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

BreadcrumbControl.ItemsSource Property

Gets or sets the BreadcrumbControl‘s data source. This is a dependency property.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v21.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public IEnumerable ItemsSource { get; set; }

Property Value

Type Description
IEnumerable

An object that represents the data source from which the BreadcrumbControl retrieves its items.

See Also