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

AddGroupingLevelPage.SelectedGroup Property

Specifies the selected grouping level.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public virtual GroupingLevelInfo SelectedGroup { get; set; }

Property Value

Type Description
GroupingLevelInfo

An object that stores the report grouping settings.

See Also