WizardPageCollection(WizardControl) Constructor
Initializes a new instance of the WizardPageCollection class with the specified owner.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | WizardControl | A WizardControl object that owns this collection. |
Remarks
This constructor is automatically called when the XtraWizard control initializes its WizardControl.Pages property.
See Also