Skip to main content
A newer version of this page is available. .

IAddGroupingLevelPageView.GetActiveGroupingLevel() Method

If implemented, gets the record selected in the list of grouping levels.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

GroupingLevelInfo GetActiveGroupingLevel()

Returns

Type Description
GroupingLevelInfo

A GroupingLevelInfo object.

See Also