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

TcxGridTableOptionsView.HeaderEndEllipsis Property

Specifies whether to display an ellipsis when the column caption is clipped.

#Declaration

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

#Property Value

Type Default
Boolean False

#Remarks

This property determines whether to display an ellipsis in the column header panel when the column width is too small to display the column caption entirely. The column caption is provided by the Caption property.

Note

The HeaderEndEllipsis property is not in effect if the HeaderAutoHeight property is True.

The default value of the HeaderEndEllipsis property is False.

See Also