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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CollapsedNavPaneItemsSource property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also