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

ASPxHtmlEditor.ErrorText Property

Gets or sets the error text to be displayed within the editor’s error frame, if the editor’s validation fails.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A String value that specifies the error text.

See Also