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.v19.2.dll
Declaration
public ErrorWordStyle ErrorWordStyle { get; }
Public ReadOnly Property ErrorWordStyle As ErrorWordStyle
Property Value
Type |
Description |
DevExpress.Web.ASPxSpellChecker.ErrorWordStyle |
A DevExpress.Web.ASPxSpellChecker.ErrorWordStyle class instance that holds style settings.
|
See Also