BreadCrumbHistoryItem.Path Property
Gets or sets the path within a BreadCrumbEdit control to which this BreadCrumbHistoryItem relates.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value that is the path within a BreadCrumbEdit control to which this BreadCrumbHistoryItem relates. |
Remarks
Whenever the BreadCrumbEdit‘s path (see the BreadCrumbEdit.Path property) changes, its previous value is written to the Path property. Then, the BreadCrumbHistoryItem object containing this path is placed in the RepositoryItemBreadCrumbEdit.History collection. This operation allows you to store and manage end-user navigation within your BreadCrumbEdit control. See the Breadcrumb Edit Control topic for the details.