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

TcxFontPreview.ShowEndEllipsis Property

Determines whether clipped preview text is replaced with an ellipsis.

#Declaration

Delphi
property ShowEndEllipsis: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

By default, the font preview text is displayed with the maximum font size, which is allowed by the font name combo box width. If the combo box width is not enough to fit the entire region of the preview text, then this text is clipped. Set ShowEndEllipsis to True to display an ellipsis instead of the clipped text.

ShowEndEllipsis is set to False ShowEndEllipsis is set to True

You can also display long preview text by using the TcxFontPreview.WordWrap property. Setting this property to True wraps the preview text so it fits within the preview area:

The default value of the ShowEndEllipses property is True.

See Also