Skip to main content

WizardPageChangedEventArgs.Direction Property

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

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

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