Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.15 KB

devenv-numeric-property.md

File metadata and controls

38 lines (28 loc) · 1.15 KB
title description ms.author ms.date ms.topic author
Numeric Property
Sets a value that requires that users enter only numbers in the field.
solsen
05/14/2024
reference
SusanneWindfeldPedersen

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