Back to Devexpress

BreadcrumbItemCollection.Item[Int32] Property

wpf-devexpress-dot-xpf-dot-charts-dot-breadcrumbitemcollection-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

BreadcrumbItemCollection.Item[Int32] Property

Returns a breadcrumb item by its index.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public BreadcrumbItem this[int index] { get; }
vb
Public ReadOnly Property Item(index As Integer) As BreadcrumbItem

Parameters

NameTypeDescription
indexInt32

An integer value that specifies the zero-based index of the item to be accessed.

|

Property Value

TypeDescription
BreadcrumbItem

A particular breadcrumb item.

|

Remarks

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

See Also

BreadcrumbItemCollection Class

BreadcrumbItemCollection Members

DevExpress.Xpf.Charts Namespace