New to Telerik UI for WPFStart a free 30-day trial

Represents a field for a single property in DataForm message.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

C#
public class DataFormField

Inheritance: objectDataFormField

Constructors

Initializes a new instance of the DataFormField class.

C#
public DataFormField(PropertyDescriptor descriptor, object item)
Parameters:descriptorPropertyDescriptoritemobject

Properties

Gets or sets the collection of property names.

C#
public IEnumerable DataSource { get; set; }

Gets or sets the bound item.

C#
public object Item { get; set; }

Gets the property descriptor.

C#
public PropertyDescriptor PropertyDescriptor { get; }