Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

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