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

BreadCrumbNodeCollection.Insert(Int32, BreadCrumbNode) Method

Adds a target BreadCrumbNode to this BreadCrumbNodeCollection and puts it to a specific position.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual void Insert(
    int position,
    BreadCrumbNode node
)

Parameters

Name Type Description
position Int32

An Int32 value that specifies the position within this BreadCrumbNodeCollection where the target node should be arranged.

node BreadCrumbNode

A BreadCrumbNode object to be added to this BreadCrumbNodeCollection.

See Also