Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BreadCrumbHistoryItem Class

An object that stores the previously viewed BreadCrumbEdit path.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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