Back to Devexpress

ASPxHtmlEditor.StylesDocument Property

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

latest1.6 KB
Original Source

ASPxHtmlEditor.StylesDocument Property

Provides access to the style settings that define the appearance of the document displayed by the editor’s design view area and preview area, and applied to the exported document.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public HtmlEditorDocumentStyles StylesDocument { get; }
vb
Public ReadOnly Property StylesDocument As HtmlEditorDocumentStyles

Property Value

TypeDescription
HtmlEditorDocumentStyles

A HtmlEditorDocumentStyles object that contains style settings.

|

See Also

Import and Export

ASPxHtmlEditor Class

ASPxHtmlEditor Members

DevExpress.Web.ASPxHtmlEditor Namespace