ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckList Class / ShowSelectAll Property

In This Topic
    ShowSelectAll Property (C1CheckList)
    In This Topic
    Gets or sets a value that indicates whether show select all checkbox or not.
    Syntax
    'Declaration
     
    
    Public Property ShowSelectAll As Boolean
    public bool ShowSelectAll {get; set;}
    See Also