MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / ShowSelectAll Property

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