ASPxClientHtmlEditorValidationEventArgs Members
Provides data for the ASPxClientHtmlEditor.Validation client event.Constructors
| Name | Description |
|---|---|
| constructor(html, isValid, errorText) | Initializes a new instance of the ASPxClientHtmlEditorValidationEventArgs class. |
Properties
| Name | Description |
|---|---|
| errorText | Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails. |
| html | Gets or sets the HTML markup that is the ASPxHtmlEditor’s content. |
| isValid | Gets or sets a value specifying whether the validated value is valid. |
See Also