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

IdxRichEditCharacterPropertiesBase.Underline Property

Specifies the type of underline applied to a document range.

#Declaration

Delphi
property Underline: TdxNullableValue<TdxRichEditUnderlineType> read; write;

#Property Value

Type
TdxNullableValue<T>

#Remarks

Use this property to add or remove an underline to a text fragment. To specify the underline color, use the UnderlineColor property.

For detailed information on all underline types provided by the Rich Edit control, refer to the TdxRichEditUnderlineType type description.

See Also