BreadCrumbNode.Tag Property
Gets or sets the tag associated with this BreadCrumbNode.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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