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

TdxSpellCheckerCustomCheckAsYouTypeOptions.UnderlineStyle Property

Specifies the style of a line used to mark misspelled words in text-editing controls.

#Declaration

Delphi
property UnderlineStyle: TdxSpellCheckerUnderlineStyle read; write; default usAuto;

#Property Value

Type Default
TdxSpellCheckerUnderlineStyle usAuto

#Remarks

Values include:

Value Meaning
usAuto A straight line is painted in the single-line text-editing controls. A wavy line is painted in the multi-line text-editing controls.
usWavyLine A wavy line is painted.
usLine A straight line is painted.

Use the UnderlineColor property to customize the line color.

The default value of the UnderlineStyle property is usWavyLine.

See Also