BreadCrumbNode.Tag Property
In This Article
Gets or sets the tag associated with this BreadCrumbNode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Object | null | An Object associated with this Bread |
#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