Back to Devexpress

HtmlEditorViewAreaStyle Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-7ebee497.md

latest2.8 KB
Original Source

HtmlEditorViewAreaStyle Class

Defines style settings for a particular view area.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorViewAreaStyle :
    HtmlEditorAreaStyle
vb
Public Class HtmlEditorViewAreaStyle
    Inherits 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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase HtmlEditorAreaStyleBase HtmlEditorAreaStyle HtmlEditorViewAreaStyle

See Also

HtmlEditorViewAreaStyle Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace