NavBarGroup.CollapsedNavPaneItemsStyle Property
In This Article
Gets or sets the style applied to items in the collapsed Navigation Pane. 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 |
---|---|
Style | A Style object providing corresponding style settings. |
#Remarks
The CollapsedNavPaneItemsStyle property supports the MVVM design pattern. Target Type: NavBarItem.
See Also