TcxTreeListColumnOptions.CellEndEllipsis Property
Specifies whether to display an ellipsis within column cells with truncated content.
Declaration
property CellEndEllipsis: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
If the TreeList control’s OptionsView.CellEndEllipsis option is disabled, a column’s CellEndEllipsis property value is ignored.
The default value of the CellEndEllipsis property is True.
See Also