Form |
public class FormElementSubForm : FormElement, IFormElementCanBeRequired, IFormElementCanBeReadonly, IFormElementCanBeFocused, IFormElementCanHaveDynamicVisibility
The FormElementSubForm type exposes the following members.
Name | Description | |
---|---|---|
FormElementSubForm | Initializes a new instance of the FormElementSubForm class |
Name | Description | |
---|---|---|
ContainerId |
Defines the parent container ID. Parents are typically of formelementtype 'Section', which is a toplevel formelement.
(Inherited from FormElement) | |
ElementTypeId |
Specifies the given formelement type
(Inherited from FormElement) | |
Expression | Obsolete. Defines a Regular Expression that a submitted value must match (Inherited from FormElement) | |
Focus | Indicates if this element should have focus when the form is opened (or cleared). | |
Id |
The formelements unique identifier
(Inherited from FormElement) | |
Identifier |
Identity that is unique to this element, but is shared across different versions and copies of an app. Changes if element type is changed.
(Inherited from FormElement) | |
InputRequired | Obsolete. If true, the field is required (Inherited from FormElement) | |
Name |
Column / field name
(Inherited from FormElement) | |
NameStyle | Obsolete. Defines how the form element name should be displayed (Inherited from FormElement) | |
PlottingEnabled | Defines if plotting is enabled for the subform | |
PlottingFileSystem | FormId of the app using for FileSystem for these Plot-images | |
PlottingFileSystemVersion | VersionId of the app using for FileSystem for these Plot-images | |
PlottingReadonly | Defines if plotting can be edited after being saved. A false here cannot override a true Readonly setting on the FormElementSubform. | |
PlottingRequired | Defines if plotting is required for subform rows - requires plotting to be enabled to have any effect | |
PreviewColumns | Obsolete. Columns that should be displayed when listing subform entries (on client forms). | |
Readonly | Determines whether the value in formelements can be edited during edit or only at create. If true, if values cannot be edited after the data is created. | |
ReadOnly | Obsolete. Determines whether the value in formelements can be edited during edit or only at create. If true, if values cannot be edited after the data is created. If the element is a FormElementLookupItem, then the user can never change the value. (Inherited from FormElement) | |
RenewFocus | Obsolete. Indicates if this element should have focus when the form is opened (or cleared). (Inherited from FormElement) | |
Required | If true, the field is required | |
RetainInput | Obsolete. If true, the input entered the field will be retained (Inherited from FormElement) | |
SubForm | The Form that should be used as a SubForm. | |
SubFormVersionId | The Version Id of the Form that should be used as a SubForm. | |
VersionId |
Defines which formversion the element is added to
(Inherited from FormElement) | |
Visibility | Defines the visiblity | |
VisibilityCondition | Defines the condition that should be matched when visiblity is dynamically |