Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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