Back to Devexpress

NavBarViewKind Enum

wpf-devexpress-dot-xpf-dot-navbar-0907f198.md

latest1.5 KB
Original Source

NavBarViewKind Enum

Contains values that identify the currently applied view type.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public enum NavBarViewKind
vb
Public Enum NavBarViewKind

Members

NameDescription
ExplorerBar

Identifies the Explorer Bar view type (the control’s view is represented by a ExplorerBarView instance).

| | NavigationPane |

Identifies the Navigation Pane view type (the control’s view is represented by a NavigationPaneView instance).

| | SideBar |

Identifies the Side Bar view type (the control’s view is represented by a SideBarView instance).

|

The following properties accept/return NavBarViewKind values:

Remarks

The values listed by this enumeration are used to set the NavBarViewBase.NavBarViewKind property’s value.

See Also

DevExpress.Xpf.NavBar Namespace