Skip to main content

WizardPageChangedEventArgs.PrevPage Property

Gets the previously active wizard page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public BaseWizardPage PrevPage { get; }

Property Value

Type Description
BaseWizardPage

A BaseWizardPage descendant that represents the previously active wizard page.

See Also