Skip to main content
A newer version of this page is available. .

WizardPageChangedEventArgs.PrevPage Property

Gets the previously active wizard page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v21.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Design

Declaration

public BaseWizardPage PrevPage { get; }

Property Value

Type Description
BaseWizardPage

A BaseWizardPage descendant that represents the previously active wizard page.

See Also