New to Telerik UI for WPFStart a free 30-day trial

Supports classes that describe fields.

Definition

Properties

Gets or sets a value indicating whether the descriptor is read-only.

C#
bool IsReadOnly { get; set; }
Property Value:

True if the descriptor is read-only; otherwise, false.

Gets or sets the unique name of the field descriptor.

C#
string UniqueName { get; set; }
Property Value:

The name of the unique.

Methods

CreateField()

ContentControl

Creates a field described by the descriptor.

C#
ContentControl CreateField()
Returns:

ContentControl