Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / ExpanderButton Class / IsChecked Property

In This Topic
    IsChecked Property (ExpanderButton)
    In This Topic
    Gets or sets whether the C1.Blazor.Core.C1ToggleButton is checked.
    Syntax
    'Declaration
     
    
    Public Property IsChecked As Nullable(Of Boolean)
    public Nullable<bool> IsChecked {get; set;}
    See Also