ComponentOne DataFilter for WPF
C1.WPF.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