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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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