Back to Devexpress

BaseWizardPage.Owner Property

windowsforms-devexpress-dot-xtrawizard-dot-basewizardpage.md

latest1.3 KB
Original Source

BaseWizardPage.Owner Property

Gets the XtraWizard control which owns the current wizard page.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public virtual WizardControl Owner { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property Owner As WizardControl

Property Value

TypeDescription
WizardControl

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

|

See Also

Pages

BaseWizardPage Class

BaseWizardPage Members

DevExpress.XtraWizard Namespace