Skip to main content

WizardPageChangingEventArgs.Page Property

Gets or sets the current wizard page.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public BaseWizardPage Page { get; set; }

Property Value

Type Description
BaseWizardPage

A BaseWizardPage descendant that represents the current wizard page.

See Also