Class
TreeMapTypeDefinitionBase

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:

cs-api-definition
public class TreeMapTypeDefinitionBase : DefinitionBase, INotifyPropertyChanged

Inheritance: objectInheritanceContextPropagatorDefinitionBaseTreeMapTypeDefinitionBase

Derived Classes: TreeMapTypeDefinitionTypeDefinition

Implements: INotifyPropertyChanged

Inherited Members DefinitionBase.MappingsPropertyDefinitionBase.ItemStylePropertyDefinitionBase.LayoutStrategyPropertyDefinitionBase.OnPropertyChanged(PropertyChangedEventArgs)DefinitionBase.OnMappingsCollectionChanged(object, NotifyCollectionChangedEventArgs)DefinitionBase.ItemStyleDefinitionBase.MappingsDefinitionBase.LayoutStrategyDefinitionBase.PropertyChangedInheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

TreeMapTypeDefinitionBase()

Initializes a new instance of the TreeMapTypeDefinitionBase class.

Declaration

cs-api-definition
public TreeMapTypeDefinitionBase()

Fields

ChildrenPathProperty

Identifies the ChildrenPath dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ChildrenPathProperty

Field Value

DependencyProperty

ItemTemplateProperty

Identifies the ItemTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemTemplateProperty

Field Value

DependencyProperty

LabelFormatProperty

Identifies the LabelFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelFormatProperty

Field Value

DependencyProperty

LabelPathProperty

Identifies the LabelPath dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelPathProperty

Field Value

DependencyProperty

TargetTypeNameProperty

Identifies the TargetTypeName dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TargetTypeNameProperty

Field Value

DependencyProperty

ToolTipFormatProperty

Identifies the ToolTipFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ToolTipFormatProperty

Field Value

DependencyProperty

ToolTipPathProperty

Identifies the ToolTipPath dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ToolTipPathProperty

Field Value

DependencyProperty

ToolTipTemplateProperty

Identifies the ToolTipTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ToolTipTemplateProperty

Field Value

DependencyProperty

ValuePathProperty

Identifies the ValuePath dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValuePathProperty

Field Value

DependencyProperty

Properties

ChildrenPath

Gets or sets the children path.

Declaration

cs-api-definition
public string ChildrenPath { get; set; }

Property Value

string

The children path.

ItemTemplate

Gets or sets the item template.

Declaration

cs-api-definition
public DataTemplate ItemTemplate { get; set; }

Property Value

DataTemplate

The item template.

LabelFormat

Gets or sets the label format.

Declaration

cs-api-definition
public string LabelFormat { get; set; }

Property Value

string

The label format.

LabelPath

Gets or sets the label path.

Declaration

cs-api-definition
public string LabelPath { get; set; }

Property Value

string

The label path.

TargetTypeName

Gets or sets the name of the target type.

Declaration

cs-api-definition
public string TargetTypeName { get; set; }

Property Value

string

The name of the type.

ToolTipFormat

Gets or sets the tool tip format.

Declaration

cs-api-definition
public string ToolTipFormat { get; set; }

Property Value

string

The tool tip format.

ToolTipPath

Gets or sets the tool tip path.

Declaration

cs-api-definition
public string ToolTipPath { get; set; }

Property Value

string

The tool tip path.

ToolTipTemplate

Gets or sets the tool tip template.

Declaration

cs-api-definition
public DataTemplate ToolTipTemplate { get; set; }

Property Value

DataTemplate

The tool tip template.

ValuePath

Gets or sets the value path.

Declaration

cs-api-definition
public string ValuePath { get; set; }

Property Value

string

The value path.

Methods

ConfigureLayoutStrategy()

Configures the layout strategy.

Declaration

cs-api-definition
protected override void ConfigureLayoutStrategy()

Overrides DefinitionBase.ConfigureLayoutStrategy()

ConfigureMappings()

Configures the mappings.

Declaration

cs-api-definition
protected override void ConfigureMappings()

Overrides DefinitionBase.ConfigureMappings()

ConfigureStyleMapping()

Configures the style mapping.

Declaration

cs-api-definition
protected override void ConfigureStyleMapping()

Overrides DefinitionBase.ConfigureStyleMapping()

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.