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

HtmlEditorCommonViewAreaStyle Class

Defines style settings for view areas.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorCommonViewAreaStyle :
    HtmlEditorAreaStyleBase

The following members return HtmlEditorCommonViewAreaStyle objects:

Remarks

The HtmlEditorCommonViewAreaStyle class contains settings that define the appearance of view areas within the ASPxHtmlEditor control.

An object of the HtmlEditorCommonViewAreaStyle type can be accessed via the HtmlEditorStyles.ViewArea property.

See Also