Skip to main content
All docs
V19.2

ASPxSpellChecker.CssClass Property

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

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.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