ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / ThreeStateFilter Class / FalseLabel Property

In This Topic
    FalseLabel Property
    In This Topic
    Gets or sets the text of label of false checkbox.
    Syntax
    'Declaration
     
    
    Public Property FalseLabel As String
    public string FalseLabel {get; set;}
    See Also