Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridGroupRowCell Class / IsCollapsed Property

In This Topic
    IsCollapsed Property (GridGroupRowCell)
    In This Topic
    Gets or sets whether the group is collapsed.
    Syntax
    'Declaration
     
    
    Public Property IsCollapsed As Boolean
    public bool IsCollapsed {get; set;}
    See Also