Click or drag to resize

ModelAttachmentsField Properties

The ModelAttachmentsField type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Specifies a description for the field.
(Inherited from FormDataField.)
Public propertyIsHtmlDescription
Specifies whether the description contains HTML markup tags.
(Inherited from FormDataField.)
Public propertyName
Specifies the relation name of the attachments.
(Overrides AttachmentsFieldName.)
Public propertyReadOnlyExpression
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.)
Public propertyRequired
Specifies whether this column is required to contain information.
(Inherited from FormDataField.)
Public propertyTitle
Specifies the title of the field.
(Inherited from AttachmentsField.)
Public propertyVisibilityCondition
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.)
Public propertyWriteMode
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.)
Top
See Also