Skip to main content

ASPxClientSpellCheckerBeforeCheckEventArgs Properties

Provides data for an event that occurs before a spelling check is started. Represents the client-side equivalent of the BeforeCheckEventArgs class.
Name Description
cancel Specifies whether to cancel the related action (for example, row edit, export). Inherited from ASPxClientCancelEventArgs.
controlId Gets the programmatic identifier assigned to the control which is going to be checked.
See Also