BreadCrumbHistoryItem Class
An object that stores the previously viewed BreadCrumbEdit path.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return BreadCrumbHistoryItem objects:
Remarks
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.