HtmlEditorValidationEventArgs(String, String, Boolean) Constructor
Initializes a new instance of the HtmlEditorValidationEventArgs class.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| html | String | A String value that specifies the HTML content to validate. This value is assigned to the HtmlEditorValidationEventArgs.Html property. |
| errorText | String | A String representing the error description. This value is assigned to the HtmlEditorValidationEventArgs.ErrorText property. |
| isValid | Boolean |
|
See Also