Skip to main content

TcxCustomGridTableOptionsBehavior.CellHints Property

Indicates whether a hint box is displayed when hovering over a cell containing clipped text.

Declaration

property CellHints: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the CellHints property to True to display a hint box when moving the mouse pointer over cells with text clipped by cell bounds. The hint box will contain the contents of the underlying cell.

The following image shows two cards. A cell hint is displayed for the second one:

The default value of the CellHints property is False.

See Also