NumberEditValidateArgs.IsValid

Syntax

args.IsValid = Boolean;

Description

The IsValid property determines whether the value is validated.

Comments

If the property is False, the value is not validated, when the property is True the value is validated. By default the property is set to False.

Example

The property use is given in description of the NumberEdit.Validate event.

See also:

NumberEditValidateArgs