BreadCrumbHistory.MovePathOnTop(String) Method
Moves a BreadCrumbHistoryItem containing the specific path to the end of this BreadCrumbHistory collection.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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