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

BreadCrumbNode.GetValue() Method

Gets the current BreadCrumbNode value.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual string GetValue()

Returns

Type Description
String

A String value that is the current BreadCrumbNode value.

Remarks

BreadCrumbNode values are used to navigate through nodes when the BreadCrumbEdit is in Edit mode (see the RepositoryItemBreadCrumbEdit.BreadCrumbMode property). However, when in Select mode, nodes display their captions instead of their values.

By default, the BreadCrumbNode.Value property value equals the BreadCrumbNode.Caption value.

See Also