ASPxClientSpellCheckerAfterCheckEventArgs.reason Property
In This Article
Gets a value specifying whether spell checking is finished or stopped by the user.
#Declaration
TypeScript
reason: string
#Property Value
Type | Description |
---|---|
string | A string value identifying the reason (“Default” or “User”). |
See Also