DataFormField
Class
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)
Properties
Gets or sets the collection of property names.
C#
public IEnumerable DataSource { get; set; }
Gets the property descriptor.
C#
public PropertyDescriptor PropertyDescriptor { get; }