Class DataFormField
Represents a field for a single property in DataForm message.
Inheritance
System.Object
DataFormField
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public class DataFormField
Constructors
DataFormField(PropertyDescriptor, Object)
Initializes a new instance of the DataFormField class.
Declaration
public DataFormField(PropertyDescriptor descriptor, object item)
Parameters
System.ComponentModel.PropertyDescriptor
descriptor
|
System.Object
item
|
Properties
DataSource
Gets or sets the collection of property names.
Declaration
public IEnumerable DataSource { get; set; }
Property Value
System.Collections.IEnumerable
|
Item
Gets or sets the bound item.
Declaration
public object Item { get; set; }
Property Value
System.Object
|
PropertyDescriptor
Gets the property descriptor.
Declaration
public PropertyDescriptor PropertyDescriptor { get; }
Property Value
System.ComponentModel.PropertyDescriptor
|