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

TcxControlOptionsView.CellEndEllipsis Property

Determines whether to clip cell text with the ellipsis.

#Declaration

Delphi
property CellEndEllipsis: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

The CellEndEllipsis option assumes that a control represents textual data in data cells. Use the CellEndEllipsis property to determine whether to clip the text that exceeds the cell width with the ellipsis.

The default value of the CellEndEllipsis property is False.

See Also