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

DocumentViewerBase.ResetBackColor() Method

Sets the DocumentViewerBase.BackColor property to Empty.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public override void ResetBackColor()

Remarks

If the DocumentViewerBase.BackColor property is set to Empty, the DocumentViewer‘s background color is obtained from the current skin.

See Also