Class TreeMapTypeDefinitionBase
This class configures the Rad
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 Tree
Declaration
public TreeMapTypeDefinitionBase()
Fields
ChildrenPathProperty
Identifies the Children
Declaration
public static readonly DependencyProperty ChildrenPathProperty
Field Value
System.
|
ItemTemplateProperty
Identifies the Item
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
System.
|
LabelFormatProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
System.
|
LabelPathProperty
Identifies the Label
Declaration
public static readonly DependencyProperty LabelPathProperty
Field Value
System.
|
TargetTypeNameProperty
Identifies the Target
Declaration
public static readonly DependencyProperty TargetTypeNameProperty
Field Value
System.
|
ToolTipFormatProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipFormatProperty
Field Value
System.
|
ToolTipPathProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipPathProperty
Field Value
System.
|
ToolTipTemplateProperty
Identifies the Tool
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
System.
|
ValuePathProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
System.
|
Properties
ChildrenPath
Gets or sets the children path.
Declaration
public string ChildrenPath { get; set; }
Property Value
System. The children path. |
ItemTemplate
Gets or sets the item template.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
System. The item template. |
LabelFormat
Gets or sets the label format.
Declaration
public string LabelFormat { get; set; }
Property Value
System. The label format. |
LabelPath
Gets or sets the label path.
Declaration
public string LabelPath { get; set; }
Property Value
System. The label path. |
TargetTypeName
Gets or sets the name of the target type.
Declaration
public string TargetTypeName { get; set; }
Property Value
System. The name of the type. |
ToolTipFormat
Gets or sets the tool tip format.
Declaration
public string ToolTipFormat { get; set; }
Property Value
System. The tool tip format. |
ToolTipPath
Gets or sets the tool tip path.
Declaration
public string ToolTipPath { get; set; }
Property Value
System. The tool tip path. |
ToolTipTemplate
Gets or sets the tool tip template.
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System. The tool tip template. |
ValuePath
Gets or sets the value path.
Declaration
public string ValuePath { get; set; }
Property Value
System. 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.
Declaration
public override string ToString()
Returns
System. A System. |