Skip to main content

ASPxClientHtmlEditor.SetErrorText(errorText) Method

Sets the error text to be displayed within the editor’s error frame if the editor’s validation fails.

Declaration

SetErrorText(
    errorText: string
): void

Parameters

Name Type Description
errorText string

A string value representing the error text.

See Also