TcxCustomGridTableOptionsView.CellEndEllipsis Property
In This Article
Specifies if a cell shows an ellipsis when its content is clipped.
#Declaration
Delphi
property CellEndEllipsis: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to display an ellipsis at the end of the content if it does not fit into a cell.
The CellEndEllipsis property’s default value is False.
See Also