Skip to main content

BreadCrumbNodeCollection.RemoveStartAt(Int32) Method

Removes all nodes from this BreadCrumbNodeCollection starting from the specific position.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void RemoveStartAt(
    int startIndex
)

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