Back to Devexpress

HtmlEditorAreaStyle Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-c5981128.md

latest2.4 KB
Original Source

HtmlEditorAreaStyle Class

Defines style settings for content areas.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase HtmlEditorAreaStyleBase HtmlEditorAreaStyle HtmlEditorViewAreaStyle

See Also

HtmlEditorAreaStyle Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace