WizardPageChangingEventArgs.Page Property
In This Article
Gets or sets the current wizard page.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
public BaseWizardPage Page { get; set; }
#Property Value
Type | Description |
---|---|
Base |
A Base |
See Also