HtmlEditorValidationEventArgs.Html Property
In This Article
Gets or sets the HTML markup specifying the ASPxHtmlEditor’s content.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value specifying the editor’s HTML markup. |
#Remarks
Use the Html property to obtain or define the HTML code that represents the ASPxHtmlEditor’s content.
See Also