Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxSpellChecker.CssClass Property

Overrides the ASPxWebComponent.CssClass property of the base class to hide it.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public override string CssClass { get; }

Property Value

Type Description
String

The Cascading Style Sheet class rendered by the Web server control on the client.

Remarks

This property is intended for serialization purposes.

See Also