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