Class DataFormTemplateSelector
Gets an appropriate DataTemplate in accordance to the field type.
Inheritance
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class DataFormTemplateSelector : DataTemplateSelector
Constructors
DataFormTemplateSelector()
Declaration
public DataFormTemplateSelector()
Properties
CheckBoxTemplate
Gets or sets the data template associated with text check box field.
Declaration
public DataTemplate CheckBoxTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
ComboBoxTemplate
Gets or sets the data template associated with combo box field.
Declaration
public DataTemplate ComboBoxTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
DateTimeTemplate
Gets or sets the data template associated with date time field.
Declaration
public DataTemplate DateTimeTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
TextInputTemplate
Gets or sets the data template associated with text input field.
Declaration
public DataTemplate TextInputTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Methods
SelectTemplate(Object, DependencyObject)
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System.Object
item
|
System.Windows.DependencyObject
container
|
Returns
System.Windows.DataTemplate
|