BaseWizardPage.Owner Property
Gets the XtraWizard control which owns the current wizard page.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
Property Value
Type | Description |
---|---|
WizardControl | A WizardControl object which contains the current page within the WizardControl.Pages collection. |
See Also