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.v24.2.Core.dll
Declaration
Remarks
This interface introduces the following members.
- TreeMapItem.Children - a collection of child items of a current item.
See Also