Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / DetailProviderRowHeaderCell Class / IsExpanded Property

In This Topic
    IsExpanded Property (DetailProviderRowHeaderCell)
    In This Topic
    Gets or sets whether the details are expanded.
    Syntax
    'Declaration
     
    
    Public Property IsExpanded As Boolean
    public bool IsExpanded {get; set;}
    See Also