Back to Devexpress

DocumentViewerBase.BackColor Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-24e38f79.md

latest1.7 KB
Original Source

DocumentViewerBase.BackColor Property

Specifies the background color of a DocumentViewer.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
public Color BackColor { get; set; }
vb
<DXCategory("Appearance")>
Public Property BackColor As Color

Property Value

TypeDescription
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

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace