A newer version of this page is available.
Switch to the current version.
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
Public MustInherit Class TreeMapDataAdapterBase
Inherits TreeMapElement
Implements IItemsHolder(Of 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
Feedback