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

DocumentViewerBase.ResetForeColor() Method

Sets the DocumentViewerBase.ForeColor property to Empty.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

public override void ResetForeColor()

Remarks

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

See Also