WizardPageChangedEventArgs.PrevPage Property
In This Article
Gets the previously active wizard page.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
public BaseWizardPage PrevPage { get; }
#Property Value
Type | Description |
---|---|
Base |
A Base |
See Also