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

Diagram.BreadcrumbItems Property

Returns the diagram’s breadcrumbs.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public BreadcrumbItemCollection BreadcrumbItems { get; }

Property Value

Type Description
BreadcrumbItemCollection

A collection of BreadcrumbItem objects.

See Also