BreadcrumbItemCollection.Item[Int32] Property
In This Article
Returns a breadcrumb item by its index.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public BreadcrumbItem this[int index] { get; }
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value that specifies the zero-based index of the item to be accessed. |
#Property Value
Type | Description |
---|---|
Breadcrumb |
A particular breadcrumb item. |
#Remarks
Use this property to access a particular breadcrumb item using index notation.
See Also