Blazor | ComponentOne
C1.Blazor.Accordion Assembly / C1.Blazor.Accordion Namespace / C1Expander Class / IsExpandable Property

In This Topic
    IsExpandable Property
    In This Topic
    Gets or sets whether the expander can be expanded and collapsed.
    Syntax
    'Declaration
     
    
    Public Property IsExpandable As Boolean
    public bool IsExpandable {get; set;}
    See Also