BreadCrumbHistory.IndexOf(BreadCrumbHistoryItem) Method
Gets the BreadCrumbHistoryItem position within this BreadCrumbHistory collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BreadCrumbHistoryItem | A BreadCrumbHistoryItem whose index is to be obtained. |
Returns
Type | Description |
---|---|
Int32 | An Int32 value that is the target BreadCrumbHistoryItem‘s index within this BreadCrumbHistory collection. |
See Also