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

BreadCrumbNodeCollection.RemoveStartAt(Int32) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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