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

DocumentViewerBase.BackColor Property

Specifies the background color of a DocumentViewer.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v21.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, DevExpress.Wpf.Core

Declaration

[DXCategory("Appearance")]
public Color BackColor { get; set; }

Property Value

Type Description
Color

A Color structure, specifying the background color of the Document Viewer.

Remarks

If the BackColor property is set to Empty (the default setting), the Document Viewer’s background color is obtained from the current skin.

See Also