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

HtmlEditorDocumentStyles Class

Contains the editor’s document style settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorDocumentStyles :
    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

Inheritance

Object
StateManager
PropertiesBase
HtmlEditorDocumentStyles
See Also