ASPxClientHtmlEditor.GetErrorText Method
In This Article
Gets the error text to be displayed within the editor’s error frame if the editor’s validation fails.
#Declaration
TypeScript
GetErrorText(): string
#Returns
Type | Description |
---|---|
string | A string value representing the error text. |
See Also