Numeric Property

Version: Available or changed with runtime version 1.0.

Sets a value that requires that users enter only numbers in the field.

Applies to

  • Table Field
  • Page Field

Syntax

Numeric = true;

Remarks

This setting is checked during validation. Validation occurs only if the field or control value is updated through the UI, for example, if a value is updated on a page or if a field is updated in a table directly. If a field is updated through application code, then the Numeric property is not validated.

See Also

MinValue Property
MaxValue Property
Properties