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

HtmlEditorAreaStyle Class

Defines style settings for content areas.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HtmlEditorAreaStyle :
    HtmlEditorAreaStyleBase

The following members return HtmlEditorAreaStyle objects:

Remarks

The HtmlEditorAreaStyle class contains settings that define the appearance of content areas within the ASPxHtmlEditor control.

An object of the HtmlEditorAreaStyle type can be accessed via the HtmlEditorStyles.ContentArea property.

See Also