Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

UnderlineStyle Enum

Lists line types that can be used to mark the misspelled words.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v24.2.dll

NuGet Package: DevExpress.Win.SpellChecker

#Declaration

public enum UnderlineStyle

#Members

Name Description
WavyLine

Draws a wavy line below the misspelled word.

Line

Draws a line below the mispelled word.

#Related API Members

The following properties accept/return UnderlineStyle values:

#Remarks

Line Wavy Line
UnderlineStyle.Line UnderlineStyle.WavyLine

Words can be highlighted in SpellCheckMode.AsYouType spell checker operation mode only.

See Also