Skip to main content

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