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

In This Topic
    IsThreeState Property (ThreeStateFilter)
    In This Topic
    Gets or sets allows filter to accept nullable bool value.
    Syntax
    'Declaration
     
    
    Public Property IsThreeState As Boolean
    public bool IsThreeState {get; set;}
    See Also