Back to Devexpress

HtmlEditorDocumentStyles Class

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

latest1.8 KB
Original Source

HtmlEditorDocumentStyles Class

Contains the editor’s document style settings.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorDocumentStyles :
    PropertiesBase
vb
Public Class HtmlEditorDocumentStyles
    Inherits PropertiesBase

The following members return HtmlEditorDocumentStyles objects:

Remarks

The HtmlEditorDocumentStyles class contains the style settings that define the appearance of the document displayed by the editor’s Content Area.

An instance if the HtmlEditorDocumentStyles class can be accessed via the ASPxHtmlEditor.StylesDocument property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase HtmlEditorDocumentStyles

See Also

HtmlEditorDocumentStyles Members

DevExpress.Web.ASPxHtmlEditor Namespace