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

Represents a definition of a field property in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Fields

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class FieldPropertyDefinition

Inheritance: objectFieldPropertyDefinition

Constructors

Initializes a new instance of the FieldPropertyDefinition class.

C#
public FieldPropertyDefinition(string propertyName)
Parameters:propertyNamestring

The name of the field property.

Properties

Gets the name of the field property.

C#
public string PropertyName { get; }
Property Value:

A string that represents the name of the field property.