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

HtmlEditorViewAreaStyle Class

Defines style settings for a particular view area.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorViewAreaStyle :
    HtmlEditorAreaStyle

The following members return HtmlEditorViewAreaStyle objects:

Remarks

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

An object of the HtmlEditorViewAreaStyle type can be accessed via the HtmlEditorStyles.DesignViewArea, HtmlEditorStyles.HtmlViewArea and HtmlEditorStyles.PreviewArea properties.

See Also