Back to Devexpress

TcxCustomGridTableOptionsBehavior.CellHints Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableoptionsbehavior-cce7f717.md

latest1.4 KB
Original Source

TcxCustomGridTableOptionsBehavior.CellHints Property

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

Declaration

delphi
property CellHints: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TcxCustomGridTableOptionsView.CellAutoHeight

TcxCustomGridTableOptionsView.CellEndEllipsis

TcxCustomGridTableView.OnGetCellHeight

TcxCustomGridTableOptionsBehavior Class

TcxCustomGridTableOptionsBehavior Members

cxGridCustomTableView Unit