Skip to main content
A newer version of this page is available. .

SpellCheckerStyles.ErrorWord Property

Provides access to the appearance style object of the Error Word style.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public ErrorWordStyle ErrorWord { get; }

Property Value

Type Description
DevExpress.Web.ASPxSpellChecker.ErrorWordStyle

A DevExpress.Web.ASPxSpellChecker.ErrorWordStyle object, containing apperance settings for the Error Word style.

Remarks

Use the ErrorWord property to specify the appearance of the Error Word style.

See Also