WizardPage.Group Property
Gets a group of pages to which the current page belongs.
Namespace: DevExpress.XtraCharts.Wizard
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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