Form |
public class FormElementCamera : FormElement, IFormElementCanBeRequired, IFormElementCanBeReadonly, IFormElementCanBeFocused, IFormElementCanHaveDynamicVisibility
The FormElementCamera type exposes the following members.
Name | Description | |
---|---|---|
FormElementCamera | Initializes a new instance of the FormElementCamera class |
Name | Description | |
---|---|---|
CameraMode | Defines how the mode of the formelement | |
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 | ||
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) | |
Readonly | ||
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 | ||
RetainInput | Obsolete. If true, the input entered the field will be retained (Inherited from FormElement) | |
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 |