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

BreadCrumbHistory.MovePathOnTop(String) Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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