Skip to main content
A newer version of this page is available. .

HtmlEditorValidationEventArgs.Html Property

Gets or sets the HTML markup specifying the ASPxHtmlEditor’s content.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public string Html { get; set; }

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