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

TreeMapDataAdapterBase Class

A base class for all tree map data adapters.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

public abstract class TreeMapDataAdapterBase :
    TreeMapElement,
    IItemsHolder<TreeMapItem>,
    ISupportPropertyChanged,
    ITreeMapDataAdapter

Remarks

For more information about TreeMap Data Adapters, refer to the Providing Data topic.

Implements

Inheritance

Object
DevExpress.XtraTreeMap.HierarchicalElement
See Also