Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.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