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.v26.1.dll
Declaration
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