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

NavBarViewKind Enum

Contains values that identify the currently applied view type.

Namespace: DevExpress.Xpf.NavBar

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

Declaration

public enum NavBarViewKind

Members

Name Description
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).

Related API Members

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