Skip to main content

TreeMapItem Class

An item of a tree map.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

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.

See Also