ASPxClientHtmlEditorValidationEventArgs.html Property
In This Article
Gets or sets the HTML markup that is the ASPxHtmlEditor’s content.
#Declaration
TypeScript
html: string
#Property Value
Type | Description |
---|---|
string | A string value that specifies the HTML content to validate. |
See Also