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

WizardPage.Group Property

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

Namespace: DevExpress.XtraCharts.Wizard

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

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