Skip to main content
A newer version of this page is available. .

ASPxClientRichEditAutoCorrectEventArgs.text Property

Gets the input string to check whether it should be replaced.

Declaration

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