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

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