Class DefaultTypeTemplateSelector
Selects a System.
Inheritance
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class DefaultTypeTemplateSelector : DataTemplateSelector
Constructors
DefaultTypeTemplateSelector()
Initializes a new instance of the Default
Declaration
public DefaultTypeTemplateSelector()
Properties
DefaultTemplate
Gets or sets the default template.
Declaration
public DataTemplate DefaultTemplate { get; set; }
Property Value
System. The default template. |
TemplateTable
Gets the template table.
Declaration
public Dictionary<string, DataTemplate> TemplateTable { get; }
Property Value
System. The template table. |
Methods
SelectTemplate(Object, DependencyObject)
When overridden in a derived class, returns a DataTemplate based on custom logic.
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System. The data object for which to select the template. |
System. The data-bound object. |
Returns
System.
|