Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.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