Skip to main content
A newer version of this page is available. .

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

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