Back to Devexpress

BackwardNavigation Enum

wpf-devexpress-dot-xpf-dot-controls-d9c154f1.md

latest1.3 KB
Original Source

BackwardNavigation Enum

Lists values that specify the backward navigation logic.

Namespace : DevExpress.Xpf.Controls

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public enum BackwardNavigation
vb
Public Enum BackwardNavigation

Members

NameDescription
Default

An end-user will navigate to the previous visited page, when clicking the Back button.

| | PageOrder |

An end-user will navigate to the previous page according the page order in the pages collection when clicking the Back button.

|

The following properties accept/return BackwardNavigation values:

Remarks

The values listed by the BackwardNavigation enumeration are used to set the Wizard.BackwardNavigation property.

See Also

DevExpress.Xpf.Controls Namespace