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

WizardPageValidatingEventArgs.Direction Property

Gets whether the next or previous page is about to be activated.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

Declaration

public Direction Direction { get; }

Property Value

Type Description
DevExpress.XtraWizard.Direction

A DevExpress.XtraWizard.Direction value that specifies whether the next or previous page is about to be activated.

See Also