Skip to main content
A newer version of this page is available. .

BaseWizardPage.Owner Property

Gets the XtraWizard control which owns the current wizard page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

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