Skip to main content

BreadcrumbItemCollection.Item[Int32] Property

Returns a breadcrumb item by its index.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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
BreadcrumbItem

A particular breadcrumb item.

Remarks

Use this property to access a particular breadcrumb item using index notation.

See Also