ClassTreeMapTypeDefinitionBase
This class configures the RadTreeMap hierarchy by providing TargetTypeName, ValuePath and ChildrenPath.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class TreeMapTypeDefinitionBase : DefinitionBase, INotifyPropertyChanged
Inheritance: objectInheritanceContextPropagatorDefinitionBaseTreeMapTypeDefinitionBase
Derived Classes:
Implements:
Inherited Members
Constructors
TreeMapTypeDefinitionBase()
Initializes a new instance of the TreeMapTypeDefinitionBase class.
Declaration
public TreeMapTypeDefinitionBase()
Fields
ChildrenPathProperty
Identifies the ChildrenPath dependency property.
Declaration
public static readonly DependencyProperty ChildrenPathProperty
Field Value
DependencyProperty
ItemTemplateProperty
Identifies the ItemTemplate dependency property.
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
DependencyProperty
LabelFormatProperty
Identifies the LabelFormat dependency property.
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
DependencyProperty
LabelPathProperty
Identifies the LabelPath dependency property.
Declaration
public static readonly DependencyProperty LabelPathProperty
Field Value
DependencyProperty
TargetTypeNameProperty
Identifies the TargetTypeName dependency property.
Declaration
public static readonly DependencyProperty TargetTypeNameProperty
Field Value
DependencyProperty
ToolTipFormatProperty
Identifies the ToolTipFormat dependency property.
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
DependencyProperty
ToolTipPathProperty
Identifies the ToolTipPath dependency property.
Declaration
public static readonly DependencyProperty ToolTipPathProperty
Field Value
DependencyProperty
ToolTipTemplateProperty
Identifies the ToolTipTemplate dependency property.
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
DependencyProperty
ValuePathProperty
Identifies the ValuePath dependency property.
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
DependencyProperty
Properties
ChildrenPath
Gets or sets the children path.
Declaration
public string ChildrenPath { get; set; }
Property Value
The children path.
ItemTemplate
Gets or sets the item template.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
DataTemplate
The item template.
LabelFormat
Gets or sets the label format.
Declaration
public string LabelFormat { get; set; }
Property Value
The label format.
LabelPath
Gets or sets the label path.
Declaration
public string LabelPath { get; set; }
Property Value
The label path.
TargetTypeName
Gets or sets the name of the target type.
Declaration
public string TargetTypeName { get; set; }
Property Value
The name of the type.
ToolTipFormat
Gets or sets the tool tip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
The tool tip format.
ToolTipPath
Gets or sets the tool tip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
The tool tip path.
ToolTipTemplate
Gets or sets the tool tip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
DataTemplate
The tool tip template.
Methods
ConfigureLayoutStrategy()
Configures the layout strategy.
Declaration
protected override void ConfigureLayoutStrategy()
Overrides
ConfigureMappings()
Configures the mappings.
Declaration
protected override void ConfigureMappings()
Overrides
ConfigureStyleMapping()
Configures the style mapping.
Declaration
protected override void ConfigureStyleMapping()
Overrides
ToString()
Returns a string that represents this instance.