ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / ChecklistFilterBase Class / ShowSelectAll Property

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