Interface IFieldDescriptor
Supports classes that describe fields.
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public interface IFieldDescriptor
Properties
IsReadOnly
Gets or sets a value indicating whether the descriptor is read-only.
Declaration
bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
UniqueName
Gets or sets the unique name of the field descriptor.
Declaration
string UniqueName { get; set; }
Property Value
System.String
The name of the unique. |
Methods
CreateField()
Creates a field described by the descriptor.
Declaration
ContentControl CreateField()
Returns
System.Windows.Controls.ContentControl
|