Skip to main content

BreadCrumbHistoryItem.GetIndex() Method

Gets this BreadCrumbHistoryItem‘s position within its parent BreadCrumbHistory collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int GetIndex()

Returns

Type Description
Int32

An Int32 value that is the BreadCrumbHistoryItem position within its parent BreadCrumbHistory collection.

See Also