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

BreadCrumbHistoryItem.MoveOnTop() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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