Skip to main content
A newer version of this page is available. .

TcxCustomSpinEditProperties.ExceptionOnInvalidInput Property

Indicates whether an exception should be raised when validation of the input value fails.

Declaration

property ExceptionOnInvalidInput: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to allow the spin editor to raise an exception when any of the following occurs:

If the ExceptionOnInvalidInput property is set to False, an exception is not raised, regardless of the editor Properties.ValidationOptions property settings.

The default value of the ExceptionOnInvalidInput property is False.

See Also