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

TreeMapItem Class

An item of a tree map.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

public class TreeMapItem :
    TreeMapElement,
    ITreeMapItem,
    IHierarchicalItem,
    ISupportPropertyChanged,
    IOwnedElement,
    IGroupValueProvider

The following members return TreeMapItem objects:

Remarks

An instance of the TreeMapItem class represents a data value provided by TreeMapItemStorage and used to plot a tree map diagram.

Use the following properties to specify the tree map item.

Inheritance

Object
DevExpress.XtraTreeMap.HierarchicalElement
See Also