Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Insert(
    int position,
    BreadCrumbHistoryItem item
)

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