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.v20.1.dll

NuGet Package: DevExpress.Win.TreeMap

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