BaseWizardPage.Owner Property
In This Article
Gets the XtraWizard control which owns the current wizard page.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
[Browsable(false)]
public virtual WizardControl Owner { get; }
#Property Value
Type | Description |
---|---|
Wizard |
A Wizard |
See Also