DrillDownStateChangedEventArgs.BreadcrumbItems Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public BreadcrumbItemCollection BreadcrumbItems { get; }
#Property Value
Type | Description |
---|---|
Breadcrumb |
The collection of model objects through which an end user navigates to the current drill down level. |
See Also