ASPxClientHtmlEditorValidationEventArgs.errorText Property
In This Article
Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails.
#Declaration
TypeScript
errorText: string
#Property Value
Type | Description |
---|---|
string | A string value specifying the error description. |
See Also