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

DrillDownStateChangedEventArgs.BreadcrumbItems Property

Returns the collection of model objects through which an end user navigates to the current drill down level.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public BreadcrumbItemCollection BreadcrumbItems { get; }

Property Value

Type Description
BreadcrumbItemCollection

The collection of model objects through which an end user navigates to the current drill down level.

See Also