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.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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.