NavBarViewBase.NavBarViewKind Property
In This Article
Gets a value that identifies the currently applied view type. This is a dependency property.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.2.dll
NuGet Package: DevExpress.Wpf.NavBar
#Declaration
#Property Value
Type | Description |
---|---|
Nav |
One of the Nav |
Available values:
Name | Description |
---|---|
Explorer |
Identifies the Explorer Bar view type (the control’s view is represented by a Explorer |
Navigation |
Identifies the Navigation Pane view type (the control’s view is represented by a Navigation |
Side |
Identifies the Side Bar view type (the control’s view is represented by a Side |
See Also