TcxCustomGridTableOptionsView.CellEndEllipsis Property
Specifies if a cell shows an ellipsis when its content is clipped.
Declaration
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