Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1CheckBox Class / IsThreeState Property

In This Topic
    IsThreeState Property (C1CheckBox)
    In This Topic
    Gets or sets whether C1CheckBox supports indeterminate state.
    Syntax
    'Declaration
     
    
    Public Property IsThreeState As Boolean
    public bool IsThreeState {get; set;}
    See Also