BreadCrumbHistory.Insert(Int32, BreadCrumbHistoryItem) Method
Adds the BreadCrumbHistoryItem to this BreadCrumbHistory collection and places it at a specific position within this collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
position | Int32 | An Int32 value that specifies the newly added item’s index within this BreadCrumbHistory collection. |
item | BreadCrumbHistoryItem | A BreadCrumbHistoryItem to be added. |
See Also