Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / ThreeStateFilter Class / IsFalseChecked Property

In This Topic
    IsFalseChecked Property
    In This Topic
    Gets or sets the value of the false condition.
    Syntax
    'Declaration
     
    
    Public Property IsFalseChecked As Boolean
    public bool IsFalseChecked {get; set;}
    See Also