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

TcxTreeListCaption.ShowEndEllipsis Property

Specifies whether an end ellipsis is displayed when the caption’s width is insufficient to display its entire text.

#Declaration

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

#Property Value

Type Default
Boolean True

#Remarks

The property is only in effect when the text width (see Text) is greater than the caption’s width. In this case, setting the property to True appends the truncated caption text with an ellipsis. The end-user should resize the caption to see its whole text. Otherwise, setting the property to False disables the end ellipsis.

You can allow the end-user to display the caption’s contents in several lines by using the MultiLine property.

The default value of the ShowEndEllipsis property is True.

See Also