ModelAttachmentsField Properties |
The ModelAttachmentsField 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 the relation name of the attachments. (Overrides AttachmentsFieldName.) | |
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 AttachmentsField.) | |
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.) |