Skip to main content

BreadCrumbHistory.MovePathOnTop(String) Method

Moves a BreadCrumbHistoryItem containing the specific path to the end of this BreadCrumbHistory collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void MovePathOnTop(
    string path
)

Parameters

Name Type Description
path String

A Sting value that specifies the node path. A node whose BreadCrumbNode.Path value equals this parameter value will be re-arranged.

See Also