Skip to main content

BreadCrumbHistoryItem.MoveOnTop() Method

Moves the BreadCrumbHistoryItem to the top of its parent BreadCrumbHistory collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void MoveOnTop()

Remarks

Alternatively you can use the BreadCrumbHistory.MovePathOnTop method to move a BreadCrumbHistoryItem containing the target path to the top of the BreadCrumbHistory collection.

See Also