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

TreeMapCustomItem Class

A styleable tree map item.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.1.dll

Declaration

public class TreeMapCustomItem :
    TreeMapItem,
    IStyleProvider,
    ITreeMapStyleOwner

Remarks

This class introduces the TreeMapCustomItem.LeafStyle and TreeMapCustomItem.GroupStyle properties allowing you to specify an item’s style.

Inheritance

Object
DevExpress.XtraTreeMap.HierarchicalElement
TreeMapElement
TreeMapItem
TreeMapCustomItem
See Also