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

WizardPageChangedEventArgs.Direction Property

Gets a value that indicates in which direction a user navigates between pages.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v21.2.dll

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

Declaration

public Direction Direction { get; }

Property Value

Type Description
DevExpress.XtraWizard.Direction

A DevExpress.XtraWizard.Direction enumeration value that specifies in which direction a user navigates between pages.

See Also