DataMappingSelector
Class
Contains a logic for selecting a MappingBase eligible for a RadTreeMapItem.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class DataMappingSelector
Inheritance: objectDataMappingSelector
Derived Classes:
Methods
Determines whether the specified mapping is eligible for the specified item.
C#
public abstract bool IsDataMappingEligible(MappingBase mapping, RadTreeMapItem item)
The mapping.
itemRadTreeMapItemThe item.
Returns:If the mapping is eligible - true; otherwise, false.