Back to Devexpress

BreadCrumbNode.Value Property

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbnode-fb4652b4.md

latest2.0 KB
Original Source

BreadCrumbNode.Value Property

Gets or sets this BreadCrumbNode‘s value.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Data")]
public object Value { get; set; }
vb
<DXCategory("Data")>
<DefaultValue(Nothing)>
Public Property Value As Object

Property Value

TypeDefaultDescription
Objectnull

A String value that is the BreadCrumbNode‘s value.

|

Remarks

Node captions are visible at runtime when the BreadCrumbEdit control is in Select mode (see the RepositoryItemBreadCrumbEdit.BreadCrumbMode property). In Edit mode, end-users have to type node Value s instead of captions to navigate through nodes. By default, the Value and BreadCrumbNode.Caption properties are equal.

See Also

Caption

Breadcrumb Edit Control

BreadCrumbNode Class

BreadCrumbNode Members

DevExpress.XtraEditors Namespace