A newer version of this page is available.
Switch to the current version.
DocumentViewerBase.BackColor Property
Specifies the background color of a DocumentViewer.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v18.2.dll
Declaration
[DXCategory("Appearance")]
public Color BackColor { get; set; }
<DXCategory("Appearance")>
Public Property BackColor As Color
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
Feedback