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

BreadCrumbNode.Tag Property

Gets or sets the tag associated with this BreadCrumbNode.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Data")]
[DefaultValue(null)]
public object Tag { get; set; }

Property Value

Type Default Description
Object *null*

An Object associated with this BreadCrumbNode.

Remarks

Tag is the optional property that allows you to assign any object to the node. These objects serve as unique labels and allow you to quickly identify the target node.

See Also