ASPxClientSpellChecker.CheckElementById(id) Method
In This Article
Starts checking contents of the specified element.
#Declaration
TypeScript
CheckElementById(
id: string
): void
#Parameters
Name | Type | Description |
---|---|---|
id | string | A string representing the identifier of the element being checked. |
See Also