DocumentViewerBase.BackColor Property
Specifies the background color of a DocumentViewer.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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