A newer version of this page is available.
Switch to the current version.
ITreeMapItem Interface
The interface that should be implemented by a class which can be used as a tree map item.
Namespace: DevExpress.TreeMap
Assembly: DevExpress.TreeMap.v18.2.Core.dll
Declaration
public interface ITreeMapItem :
IHierarchicalItem
Public Interface ITreeMapItem
Inherits IHierarchicalItem
Remarks
This interface introduces the following members.
- TreeMapItem.Children - a collection of child items of a current item.
See Also
Feedback