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

The DataField type exposes the following members.

Constructors

  NameDescription
Public methodDataField
Initializes a new instance of the DataField class

Fields

  NameDescription
Public fieldDataType
The DataFieldType of the DataField.
Public fieldDescription
A description for the field.
Public fieldDisplayLabel
The default label for display purposes.
Public fieldElementIdentifier
The non-readable string identifier for the datafield
Public fieldFixedListItems
A list of items that can be selected in the case of a DataFieldType of FixedList
Public fieldListItemDisplayValue
In the case of an item that is a reference list, a display value for the underlying value specified.
Public fieldMultipleValuesAllowed
Defines where multiple items can be selected from a ManagedList or FixedList
Public fieldName
The unique name of the field
Public fieldPrefix
Field prefix format
Public fieldReferenceListName
When DataType is of DataFieldType.ReferenceList, contains the name of the reference list.
Public fieldSuffix
Field Suffix format
Public fieldValidators
An array or validation rules associated with a DataField.
Public fieldValue
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