Skip to main content
All docs
V19.2

ASPxSpellChecker.BackColor Property

Overrides the ASPxWebComponent.BackColor property to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override Color BackColor { get; }

Property Value

Type Description
Color

A Color object that represents the background color of the control. The default is Empty.

Remarks

This property is intended for serialization purposes.

See Also