GridView.CollapseGroupLevel(Int32) Method
In This Article
Collapses group rows corresponding to the specified group level.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
group |
Int32 | An integer value that is the group level of group rows to be collapsed. |
#Remarks
The CollapseGroupLevel method collapses group rows corresponding to the specified group level, without affecting the expansion states of rows at other group levels.
The CollapseGroupLevel method is not in effect in Server Mode.
See Also