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

Represents an abstraction of a property info.

Definition

Properties

Gets the allowed roles of this property.

C#
FieldRoles AllowedRoles { get; }

Gets or sets a value that indicates whether UI should be generated automatically in order to display this field.

C#
bool AutoGenerateField { get; }
Property Value:

True if field should be generated automatically.

Gets the data type of the property.

C#
Type DataType { get; }
Property Value:

The Type of the data.

Gets the display-friend name of the property.

C#
string DisplayName { get; }

Gets name of the property.

C#
string Name { get; }

Gets the preferred role of this property.

C#
FieldRoles PreferredRole { get; }