NumericField

A type of validating text field that is used to edit any kind of numeric property.

Parameters

value

The numeric property to edit.

displayName

A name for the the component, used when formulating error messages.

delegate

An IValidationDelegate that is used to handle validation exceptions.

required

If true, a value must be provided by the user.

minimum

Optional minimum acceptible value.

maximum

Optional maximum acceptible value.