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

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