windowsforms-devexpress-dot-xtraeditors-f5dcb48f.md
An object that stores the previously viewed BreadCrumbEdit path.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class BreadCrumbHistoryItem :
ICloneable
Public Class BreadCrumbHistoryItem
Implements ICloneable
The following members return BreadCrumbHistoryItem objects:
BreadCrumbHistoryItem objects provide the BreadCrumbHistoryItem.Path property, that stores a path which once was the BreadCrumbEdit.Path property value. When navigation within a BreadCrumbEdit control occurs and its path changes, the previous path is written to an BreadCrumbHistoryItem object. Thereupon, this BreadCrumbHistoryItem object is placed into a BreadCrumbHistory collection, assigned to the control’s RepositoryItemBreadCrumbEdit.History property. This behavior allows you to manage end-user navigation within your BreadCrumbEdit, store navigation history and implement various methods to navigate through these history records. See the Breadcrumb Edit Control topic to learn more.
Object BreadCrumbHistoryItem
See Also