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