NavBarGroup.CollapsedNavPaneItemsSource Property
Gets or sets a collection of objects providing information to generate and initialize items for the collapsed Navigation Pane when the current group is active. 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 |
---|---|
IEnumerable | A source of objects to be visualized as collapsed state items. |
Remarks
The CollapsedNavPaneItemsSource property supports the MVVM design pattern. Use the NavBarGroup.CollapsedNavPaneItemsStyle, NavBarGroup.CollapsedNavPaneItemsTemplate and NavBarGroup.CollapsedNavPaneItemsTemplateSelector properties for styling and templating collapsed state items provided via the CollapsedNavPaneItemsSource property.
See the NavBarGroup.CollapsedNavPaneItems property to learn more about items displayed in the collapsed Navigation Pane.