ClassDataMappingSelector
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:
cs-api-definition
public abstract class DataMappingSelector
Inheritance: objectDataMappingSelector
Derived Classes:
Methods
IsDataMappingEligible(MappingBase, RadTreeMapItem)
Determines whether the specified mapping is eligible for the specified item.
Declaration
cs-api-definition
public abstract bool IsDataMappingEligible(MappingBase mapping, RadTreeMapItem item)
Parameters
mapping
The mapping.
item
The item.
Returns
If the mapping is eligible - true; otherwise, false.