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.Path Property

Gets or sets the path within a BreadCrumbEdit control to which this BreadCrumbHistoryItem relates.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue("")]
public string Path { get; set; }

#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.

See Also