Skip to main content

TcxCustomCurrencyEditProperties.ValidateOnEnter Property

Specifies if the editor validates the current input when a user presses the Enter key.

Declaration

property ValidateOnEnter; default True;

Property Value

Type Default Description
Boolean True

True if the editor calls the ValidateEdit procedure when a user presses the Enter key; otherwise, False.

Remarks

Default Value

The ValidateOnEnter property’s default value is True.

See Also