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

TdxTreeViewCustomOptionsView.ShowEndEllipsis Property

Specifies if the Tree View displays an ellipsis at the end of the node captions that do not fit in the Tree View.

#Declaration

Delphi
property ShowEndEllipsis: Boolean read; write;

#Property Value

Type Description
Boolean

If True, a node can display an ellipsis; otherwise, the node crops its caption.

#Remarks

Refer to the TdxTreeViewControlOptionsView.ShowEndEllipsis property description for more information and an example.

See Also