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

HtmlEditorDocumentStyles.BackColor Property

Gets or sets the document’s background color.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue(typeof(Color), "")]
public Color BackColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color structure which specifies the document’s background color.

See Also