IHierarchicalItem.Tag Property
Returns the object that contains data related to the item.
Namespace: DevExpress.TreeMap
Assembly: DevExpress.TreeMap.v24.1.Core.dll
NuGet Package: DevExpress.TreeMap.Core
Declaration
Property Value
Type | Description |
---|---|
Object | A Object that contains data about the chart element. |
Remarks
Any type derived from the Object class can be assigned to this property. Use it to store data associated with a particular item.
Note
If a treemap/sunburst is bound to data, the Tag property is automatically assigned to the underlying data source object used to create the item.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Tag property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.