TermChoiceField Properties |
The TermChoiceField type exposes the following members.
Name | Description | |
---|---|---|
Description | Specifies a description for the field. (Inherited from FormDataField.) | |
IsHtmlDescription | Specifies whether the description contains HTML markup tags. (Inherited from FormDataField.) | |
Name | Specifies a name for the field. Only alphanumeric characters are allowed in field names. The default value will be used if the given column could not be found on the data source. (Inherited from FormDataField.) | |
ReadOnlyExpression | Specifies whether the field is rendered in read-only mode. The expression is expected to return a Boolean value. The field will be read-only if the expression evaluates to 'true'. (Inherited from FormDataField.) | |
Required | Specifies whether this column is required to contain information. (Inherited from FormDataField.) | |
Title | Specifies the title of the field. (Inherited from FormField.) | |
Validator | Validates the user input of a data field. (Inherited from ValidatedDataField.) | |
VisibilityCondition | Specifies whether this field is visible. An expression can be used to determine the visibility dynamically. This expression is expected to return a Boolean value. (Inherited from FormField.) | |
WriteMode | Specifies whether the value of this field should be written on the data record. Use 'UseDefaultIfHidden' to write the field's default value if the field is hidden. (Inherited from FormDataField.) |