C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGrid Class / GroupCollapsedChanging Property

In This Topic
GroupCollapsedChanging Property
In This Topic
Occurs before the GridGroupRow.IsCollapsed property of a GridGroupRow object changes.
Syntax
'Declaration
 
Public Property GroupCollapsedChanging As EventHandler(Of GridCellRangeEventArgs)
 
See Also