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