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.1.Core.dll
NuGet Package: DevExpress.TreeMap.Core
Declaration
Remarks
This interface introduces the following members.
- TreeMapItem.Children - a collection of child items of a current item.
See Also