Form |
public class FormElementNumeric : FormElement, IFormElementCanHaveDefaultValue<decimal?>, IFormElementCanHaveExpression, IFormElementCanBeRequired, IFormElementCanBeReadonly, IFormElementCanBeFocused, IFormElementCanBeRetained, IFormElementCanHaveDynamicVisibility
The FormElementNumeric type exposes the following members.
Name | Description | |
---|---|---|
FormElementNumeric | Initializes a new instance of the FormElementNumeric class |
Name | Description | |
---|---|---|
ContainerId |
Defines the parent container ID. Parents are typically of formelementtype 'Section', which is a toplevel formelement.
(Inherited from FormElement) | |
DefaultValue | Value that should be set as default in new FormData - it's allowed for the user to change the value | |
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) | |
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) | |
RegularExpression | A regular expression that the entered value must match | |
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 | |
Retain | If true, the input entered should be retained when the form is cleared | |
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 |