Back to Devexpress

NavigationMode Enum

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-e9588ee3.md

latest2.5 KB
Original Source

NavigationMode Enum

Provides members that label different navigation modes.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum NavigationMode
vb
Public Enum NavigationMode

Members

NameDescription
New

Indicates that an end-user navigates to the newly created container.

| | Back |

Indicates that an end-user navigates from the current container to its parent container. The opposite of the NavigationMode.Forward value.

| | Forward |

Indicates that an end-user navigates from a parent container to its child container (e.g., from a TileContainer to its TileContainer.ActivationTarget).

| | Refresh |

Indicates that the current navigation occurs within the single container (e.g., navigating through Documents within a PageGroup).

|

The following properties accept/return NavigationMode values:

Remarks

To get a navigation mode of the WindowsUIView.NavigatedFrom or WindowsUIView.NavigatedTo event, use the NavigationEventArgs.NavigationMode property.

See Also

NavigationMode

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace