Interface
IFieldDescriptor

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

bool

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

string

The name of the unique.

Methods

CreateField()

Creates a field described by the descriptor.

Declaration

cs-api-definition
ContentControl CreateField()

Returns

ContentControl