Back to Devexpress

BreadCrumbHistoryItem Class

windowsforms-devexpress-dot-xtraeditors-f5dcb48f.md

latest2.7 KB
Original Source

BreadCrumbHistoryItem Class

An object that stores the previously viewed BreadCrumbEdit path.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class BreadCrumbHistoryItem :
    ICloneable
vb
Public Class BreadCrumbHistoryItem
    Implements 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

BreadCrumbHistoryItem Members

Breadcrumb Edit Control

DevExpress.XtraEditors Namespace