Skip to main content

WizardPage.Group Property

Gets a group of pages to which the current page belongs.

Namespace: DevExpress.XtraCharts.Wizard

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public WizardGroup Group { get; }

Property Value

Type Description
WizardGroup

A WizardGroup class instance, representing a group of pages.

Remarks

Use this property to get access to the group which contains the current Wizard page.

See Also