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

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