GridView.ExpandGroupLevel(Int32, Boolean) Method
Expands group rows corresponding to the specified group level. Allows you to expand group rows recursively.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
public void ExpandGroupLevel(
int groupLevel,
bool recursive
)
Public Sub ExpandGroupLevel(
groupLevel As Integer,
recursive As Boolean
)
Parameters
Name | Type | Description |
---|---|---|
groupLevel | Int32 | An integer value that is the group level of group rows to be expanded. |
recursive | Boolean | true if child group rows of target group rows must be expanded as well; otherwise, false. |
Remarks
The ExpandGroupLevel method does not expand upper-level group rows.
The ExpandGroupLevel method is not in effect in Server Mode.
See Also
Feedback