TcxControlOptionsView.CellEndEllipsis Property
Determines whether to clip cell text with the ellipsis.
Declaration
property CellEndEllipsis: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The CellEndEllipsis option assumes that a control represents textual data in data cells. Use the CellEndEllipsis property to determine whether to clip the text that exceeds the cell width with the ellipsis.
The default value of the CellEndEllipsis property is False.
See Also