InterfaceIFieldDescriptor
Interface
Supports classes that describe fields.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public interface IFieldDescriptor
Properties
IsReadOnly
Gets or sets a value indicating whether the descriptor is read-only.
Declaration
cs-api-definition
bool IsReadOnly { get; set; }
Property Value
True if the descriptor is read-only; otherwise, false.
UniqueName
Gets or sets the unique name of the field descriptor.
Declaration
cs-api-definition
string UniqueName { get; set; }
Property Value
The name of the unique.
Methods
CreateField()
Creates a field described by the descriptor.
Declaration
cs-api-definition
ContentControl CreateField()
Returns
ContentControl