ClassValueMappingBase
Class
Base class for all mappings that depend on the value.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public abstract class ValueMappingBase : ObjectMappingBase
Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseValueMappingBase
Derived Classes:
Inherited Members
Fields
TargetPropertyNameProperty
Identifies the TargetPropertyName dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty TargetPropertyNameProperty
Field Value
DependencyProperty
Properties
TargetProperty
Gets or sets the target property.
Declaration
cs-api-definition
protected DependencyProperty TargetProperty { get; }
Property Value
DependencyProperty
The target property.
TargetPropertyName
Gets or sets the target property.
Declaration
cs-api-definition
public string TargetPropertyName { get; set; }
Property Value
The target property.