Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxSpellChecker.ForeColor Property

Overrides the ForeColor property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.1.dll

Declaration

public override Color ForeColor { get; }

Property Value

Type Description
Color

A Color enumeration member that specifies the foreground color of the control

Remarks

This property is intended for serialization purposes.

See Also