Back to Devexpress

WizardPageChangingEventArgs.Page Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardpagechangingeventargs.md

latest1.1 KB
Original Source

WizardPageChangingEventArgs.Page Property

Gets or sets the current wizard page.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public BaseWizardPage Page { get; set; }
vb
Public Property Page As BaseWizardPage

Property Value

TypeDescription
BaseWizardPage

A BaseWizardPage descendant that represents the current wizard page.

|

See Also

WizardPageChangingEventArgs Class

WizardPageChangingEventArgs Members

DevExpress.XtraWizard Namespace