WizardPageCollection.WizardControl Property
In This Article
Gets the XtraWizard control which owns this collection.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
public virtual WizardControl WizardControl { get; }
#Property Value
Type | Description |
---|---|
Wizard |
A Wizard |
See Also