HtmlEditorValidationEventArgs Properties
Provides data for the ASPxHtmlEditor’s ASPxHtmlEditor.Validation event.Name | Description |
---|---|
ErrorText | Gets or sets the error description. |
Html | Gets or sets the HTML markup specifying the ASPxHtmlEditor’s content. |
IsValid | Gets a value specifying whether the validation has been completed successfully. |
See Also