TcxGridTableOptionsView.HeaderEndEllipsis Property
Specifies whether to display an ellipsis when the column caption is clipped.
Declaration
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