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