Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GroupCollapsedChanged Property

In This Topic
    GroupCollapsedChanged Property
    In This Topic
    Occurs after the GridGroupRow.IsCollapsed property of a GridGroupRow object changes.
    Syntax
    'Declaration
     
    
    Public Property GroupCollapsedChanged As EventHandler(Of GridCellRangeEventArgs)
    public EventHandler<GridCellRangeEventArgs> GroupCollapsedChanged {get; set;}
    See Also