Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1020 Bytes

breadcrumbbar_itemssource.md

File metadata and controls

33 lines (18 loc) · 1020 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.BreadcrumbBar.ItemsSource
winrt property

Microsoft.UI.Xaml.Controls.BreadcrumbBar.ItemsSource

-description

Gets or sets an object source used to generate the content of the BreadcrumbBar.

-property-value

An object source used to generate the content of the BreadcrumbBar.

-remarks

The BreadcrumbBar control does not have an Items property, it only has an ItemsSource property. This means you can't populate the breadcrumbs in XAML or by adding them directly to an Items collection in code. Instead, you create a collection and connect the ItemsSource property to it in code or using data binding.

For more info, design guidance, and code examples, see Breadcrumb bar overview.

-see-also

BreadcrumbBar, Breadcrumb bar overview

-examples