Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.NavBar

#Declaration

public IEnumerable CollapsedNavPaneItemsSource { get; set; }

#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.

See Also