Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public void ExpandGroupLevel(
    int groupLevel,
    bool recursive
)

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