ASPxClientRichEditAutoCorrectEventArgs.text Property
In This Article
Gets the input string to check whether it should be replaced.
#Declaration
TypeScript
text: string
#Property Value
Type | Description |
---|---|
string | A string that can be replaced. |
#Remarks
The text event parameter receives the inputted text starting after the last non-letter character (a space, punctuation mark, etc.).
See Also