Class
DataFormTemplateSelector

Gets an appropriate DataTemplate in accordance to the field type.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.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

SelectTemplate(object, DependencyObject)

Declaration

cs-api-definition
public override DataTemplate SelectTemplate(object item, DependencyObject container)

Parameters

item

object

container

DependencyObject

Returns

DataTemplate