ASPxClientHtmlEditorValidationEventArgs Properties
Provides data for the ASPxClientHtmlEditor.Validation client event.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