Skip to main content

MasterDetailAddGroupingLevelPage.SelectedGroup Property

Specifies the selected grouping level.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual GroupingLevelInfo SelectedGroup { get; set; }

Property Value

Type Description
GroupingLevelInfo

An object that stores the report grouping settings.

See Also