BreadCrumbNode.GetValue() Method
Gets the current BreadCrumbNode value.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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