TcxGridTableOptionsView.HeaderEndEllipsis Property
In This Article
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 Header
The default value of the HeaderEndEllipsis property is False.
See Also