Form |
public class FormElement
The FormElement type exposes the following members.
Name | Description | |
---|---|---|
FormElement | Initializes a new instance of the FormElement class |
Name | Description | |
---|---|---|
ContainerId | Defines the parent container ID. Parents are typically of formelementtype 'Section', which is a toplevel formelement. | |
ElementTypeId | Specifies the given formelement type | |
Expression | Obsolete. Defines a Regular Expression that a submitted value must match | |
Id | The formelements unique identifier | |
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. | |
InputRequired | Obsolete. If true, the field is required | |
Name | Column / field name | |
NameStyle | Obsolete. Defines how the form element name should be displayed | |
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. | |
RenewFocus | Obsolete. Indicates if this element should have focus when the form is opened (or cleared). | |
RetainInput | Obsolete. If true, the input entered the field will be retained | |
VersionId | Defines which formversion the element is added to |