Back to Devexpress

DrillDownStateChangedEventArgs.BreadcrumbItems Property

wpf-devexpress-dot-xpf-dot-charts-dot-drilldownstatechangedeventargs.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public BreadcrumbItemCollection BreadcrumbItems { get; }
vb
Public ReadOnly Property BreadcrumbItems As BreadcrumbItemCollection

Property Value

TypeDescription
BreadcrumbItemCollection

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

|

See Also

DrillDownStateChangedEventArgs Class

DrillDownStateChangedEventArgs Members

DevExpress.Xpf.Charts Namespace