[This is preliminary documentation and is subject to change.]

The DataField type exposes the following members.

Constructors

  NameDescription
DataField
Initializes a new instance of the DataField class

Fields

  NameDescription
DataType
The DataFieldType of the DataField.
Description
A description for the field.
DisplayLabel
The default label for display purposes.
ElementIdentifier
The non-readable string identifier for the datafield
FixedListItems
A list of items that can be selected in the case of a DataFieldType of FixedList
ListItemDisplayValue
In the case of an item that is a reference list, a display value for the underlying value specified.
MultipleValuesAllowed
Defines where multiple items can be selected from a ManagedList or FixedList
Name
The unique name of the field
ReferenceListName
When DataType is of DataFieldType.ReferenceList, contains the name of the reference list.
Validators
An array or validation rules associated with a DataField.
Value
A standard string representation of the value assigned to the DataField. In the case of a MultiSelect Values, the Value will be a comma delimited list. In the case of a reference list type, the Value will be represent the list items ID with the ListItemDisplayValue field representing its display value.

See Also