Skip to main content

BaseWizardPage.Owner Property

Gets the XtraWizard control which owns the current wizard page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

[Browsable(false)]
public virtual WizardControl Owner { get; }

Property Value

Type Description
WizardControl

A WizardControl object which contains the current page within the WizardControl.Pages collection.

See Also