Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / ThreeStateFilter Class / SelectAllLabel Property

In This Topic
    SelectAllLabel Property (ThreeStateFilter)
    In This Topic
    Gets or sets the text of label of select all checkbox.
    Syntax
    'Declaration
     
    
    Public Property SelectAllLabel As String
    public string SelectAllLabel {get; set;}
    See Also