Class ResourceTypeTemplateSelector
A selector for the data template of resource type.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class ResourceTypeTemplateSelector : DataTemplateSelector
Constructors
ResourceTypeTemplateSelector()
Declaration
public ResourceTypeTemplateSelector()
Properties
MultipleSelectionTemplate
Gets or sets the multiple selection template.
Declaration
public DataTemplate MultipleSelectionTemplate { get; set; }
Property Value
System. The multiple selection template. |
SingleSelectionTemplate
Gets or sets the single selection template.
Declaration
public DataTemplate SingleSelectionTemplate { get; set; }
Property Value
System. The single selection template. |
Methods
SelectTemplate(Object, DependencyObject)
When overridden in a derived class, returns a System.
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. Returns a System. |