Class TreeMapTypeDefinitionBase
This class configures the RadTreeMap hierarchy by providing TargetTypeName, ValuePath and ChildrenPath.
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TreeMapTypeDefinitionBase : DefinitionBase, INotifyPropertyChanged
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
System.Windows.DependencyProperty
|
ItemTemplateProperty
Identifies the ItemTemplate dependency property.
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
System.Windows.DependencyProperty
|
LabelFormatProperty
Identifies the LabelFormat dependency property.
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
System.Windows.DependencyProperty
|
LabelPathProperty
Identifies the LabelPath dependency property.
Declaration
public static readonly DependencyProperty LabelPathProperty
Field Value
System.Windows.DependencyProperty
|
TargetTypeNameProperty
Identifies the TargetTypeName dependency property.
Declaration
public static readonly DependencyProperty TargetTypeNameProperty
Field Value
System.Windows.DependencyProperty
|
ToolTipFormatProperty
Identifies the ToolTipFormat dependency property.
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
System.Windows.DependencyProperty
|
ToolTipPathProperty
Identifies the ToolTipPath dependency property.
Declaration
public static readonly DependencyProperty ToolTipPathProperty
Field Value
System.Windows.DependencyProperty
|
ToolTipTemplateProperty
Identifies the ToolTipTemplate dependency property.
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
System.Windows.DependencyProperty
|
ValuePathProperty
Identifies the ValuePath dependency property.
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ChildrenPath
Gets or sets the children path.
Declaration
public string ChildrenPath { get; set; }
Property Value
System.String
The children path. |
ItemTemplate
Gets or sets the item template.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
System.Windows.DataTemplate
The item template. |
LabelFormat
Gets or sets the label format.
Declaration
public string LabelFormat { get; set; }
Property Value
System.String
The label format. |
LabelPath
Gets or sets the label path.
Declaration
public string LabelPath { get; set; }
Property Value
System.String
The label path. |
TargetTypeName
Gets or sets the name of the target type.
Declaration
public string TargetTypeName { get; set; }
Property Value
System.String
The name of the type. |
ToolTipFormat
Gets or sets the tool tip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
System.String
The tool tip format. |
ToolTipPath
Gets or sets the tool tip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
System.String
The tool tip path. |
ToolTipTemplate
Gets or sets the tool tip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System.Windows.DataTemplate
The tool tip template. |
ValuePath
Gets or sets the value path.
Declaration
public string ValuePath { get; set; }
Property Value
System.String
The value path. |
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 System.String that represents this instance.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents this instance. |