Skip to main content

TreeMapDataAdapterBase Class

A base class for all tree map data adapters.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.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

See Also