Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomSpinEditProperties.ExceptionOnInvalidInput Property

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

#Declaration

Delphi
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