Skip to main content

NavBarGroup.CollapsedNavPaneItemsTemplate Property

Gets or sets the DataTemplate used to render 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 DataTemplate CollapsedNavPaneItemsTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object used to render items in the collapsed Navigation Pane.

Remarks

The CollapsedNavPaneItemsTemplate property supports the MVVM design pattern. Use this property to specify the DataTemplate used to render collapsed state items provided via the NavBarGroup.CollapsedNavPaneItemsSource collection. You can also supply several DataTemplates and use the NavBarGroup.CollapsedNavPaneItemsTemplateSelector property to provide a custom logic to chose the DataTemplate to apply.

See Also