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

ASPxSpellChecker.ErrorWordStyle Property

Provides access to an object specifying style settings for the misspelled word in a text.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

public ErrorWordStyle ErrorWordStyle { get; }

Property Value

Type Description
DevExpress.Web.ASPxSpellChecker.ErrorWordStyle

A DevExpress.Web.ASPxSpellChecker.ErrorWordStyle class instance that holds style settings.

See Also