Back to Devexpress

BreadCrumbHistoryItem.Path Property

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbhistoryitem.md

latest2.5 KB
Original Source

BreadCrumbHistoryItem.Path Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
public string Path { get; set; }
vb
<DefaultValue("")>
Public Property Path As String

Property Value

TypeDefaultDescription
StringString.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

Breadcrumb Edit Control

BreadCrumbHistoryItem Class

BreadCrumbHistoryItem Members

DevExpress.XtraEditors Namespace