ClassDataFormTemplateSelector
Class
Gets an appropriate DataTemplate in accordance to the field type.
Definition
Namespace:Telerik.UI.Xaml.Controls.ConversationalUI
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class DataFormTemplateSelector : DataTemplateSelector
Inheritance: objectDataFormTemplateSelector
Constructors
DataFormTemplateSelector()
Declaration
cs-api-definition
public DataFormTemplateSelector()
Properties
CheckBoxTemplate
Gets or sets the data template associated with text check box field.
Declaration
cs-api-definition
public DataTemplate CheckBoxTemplate { get; set; }
Property Value
DataTemplate
ComboBoxTemplate
Gets or sets the data template associated with combo box field.
Declaration
cs-api-definition
public DataTemplate ComboBoxTemplate { get; set; }
Property Value
DataTemplate
DateTimeTemplate
Gets or sets the data template associated with date time field.
Declaration
cs-api-definition
public DataTemplate DateTimeTemplate { get; set; }
Property Value
DataTemplate
TextInputTemplate
Gets or sets the data template associated with text input field.
Declaration
cs-api-definition
public DataTemplate TextInputTemplate { get; set; }
Property Value
DataTemplate
Methods
SelectTemplateCore(object, DependencyObject)
Declaration
cs-api-definition
protected override DataTemplate SelectTemplateCore(object item, DependencyObject container)
Parameters
item
container
DependencyObject
Returns
DataTemplate