Skip to main content
All docs
V25.1
  • IHierarchicalItem.Tag Property

    Returns the object that contains data related to the item.

    Namespace: DevExpress.TreeMap

    Assembly: DevExpress.TreeMap.v25.1.Core.dll

    NuGet Package: DevExpress.TreeMap.Core

    Declaration

    object Tag { get; }

    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.

    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.

    See Also