Skip to main content
A newer version of this page is available.
All docs
V19.1

IAddGroupingLevelPageView.SetActiveGroupingLevel(GroupingLevelInfo) Method

If implemented, changes the active record in the list of grouping levels.

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.1.dll

Declaration

void SetActiveGroupingLevel(
    GroupingLevelInfo groupingLevel
)

Parameters

Name Type Description
groupingLevel GroupingLevelInfo

A GroupingLevelInfo object.

See Also