Class
DataFormField

Represents a field for a single property in DataForm message.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class DataFormField

Inheritance: objectDataFormField

Constructors

DataFormField(PropertyDescriptor, object)

Initializes a new instance of the DataFormField class.

Declaration

cs-api-definition
public DataFormField(PropertyDescriptor descriptor, object item)

Parameters

descriptor

PropertyDescriptor

item

object

Properties

DataSource

Gets or sets the collection of property names.

Declaration

cs-api-definition
public IEnumerable DataSource { get; set; }

Property Value

IEnumerable

Item

Gets or sets the bound item.

Declaration

cs-api-definition
public object Item { get; set; }

Property Value

object

PropertyDescriptor

Gets the property descriptor.

Declaration

cs-api-definition
public PropertyDescriptor PropertyDescriptor { get; }

Property Value

PropertyDescriptor