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

BreadCrumbHistoryItem Class

An object that stores the previously viewed BreadCrumbEdit path.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class BreadCrumbHistoryItem :
    ICloneable

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.

Inheritance

Object
BreadCrumbHistoryItem
See Also