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

ITreeMapItem Members

The interface that should be implemented by a class which can be used as a tree map item.

Properties

Name Description
Children Returns an item’s child items. Inherited from IHierarchicalItem.
Label Returns the item’s label. Inherited from IHierarchicalItem.
Tag Returns the object that contains data related to the item. Inherited from IHierarchicalItem.
Value Returns the item value. Inherited from IHierarchicalItem.
See Also