Skip to main content

ITreeMapItem Interface

In This Article

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

NuGet Package: DevExpress.TreeMap.Core

#Declaration

public interface ITreeMapItem :
    IHierarchicalItem

#Remarks

This interface introduces the following members.

See Also