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

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

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