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

BreadCrumbHistoryItem.Path Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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