Skip to main content
All docs
V19.2

ASPxSpellChecker.BackgroundImage Property

Overrides the ASPxWebControl.BackgroundImage to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override BackgroundImage BackgroundImage { get; }

Property Value

Type Description
BackgroundImage

A BackgroundImage class instance that is the background image of the web control.

Remarks

This property is intended for serialization purposes.

See Also