Back to Devexpress

WizardPageChangedEventArgs.PrevPage Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardpagechangedeventargs.md

latest1.2 KB
Original Source

WizardPageChangedEventArgs.PrevPage Property

Gets the previously active wizard page.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public BaseWizardPage PrevPage { get; }
vb
Public ReadOnly Property PrevPage As BaseWizardPage

Property Value

TypeDescription
BaseWizardPage

A BaseWizardPage descendant that represents the previously active wizard page.

|

See Also

WizardPageChangedEventArgs Class

WizardPageChangedEventArgs Members

DevExpress.XtraWizard Namespace