NavBarGroup.CollapsedNavPaneItemsStyle Property
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.1.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