BreadCrumbNodeCollection.RemoveStartAt(Int32) Method
Removes all nodes from this BreadCrumbNodeCollection starting from the specific position.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
startIndex | Int32 | An Int32 value that specifies the node index within this BreadCrumbNodeCollection, starting from which all nodes should be removed from the collection. |
See Also