Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public Style CollapsedNavPaneItemsStyle { get; set; }

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