Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string ErrorText { get; set; }

Property Value

Type Description
String

A String value that specifies the error text.

See Also