Back to Devexpress

TcxGridTableOptionsBehavior.ColumnHeaderHints Property

vcl-cxgridtableview-dot-tcxgridtableoptionsbehavior-47ab1223.md

latest1.7 KB
Original Source

TcxGridTableOptionsBehavior.ColumnHeaderHints Property

Specifies whether a hint box is displayed when the mouse pointer is hovered over a column header.

Declaration

delphi
property ColumnHeaderHints: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrue

True if column header hints are enabled; otherwise, False.

|

Remarks

Set the ColumnHeaderHints property to True to display a hint box when moving the mouse pointer over a column header.

The hint is displayed according to the following rules:

  • The hint text is specified by the column’s HeaderHint property. The hint is always enabled. It is displayed if the mouse pointer is hovered over any visual element of the column header, except for the filter button.

  • The hint box contains text specified by the column’s Caption property. The hint is enabled if the column header is clipped. It is displayed only if the mouse pointer is hovered over the column header caption.

Default Value

The ColumnHeaderHints property’s default value is True.

See Also

TcxGridBandedTableOptionsBehavior.BandHeaderHints Property

TcxGridTableOptionsBehavior Class

TcxGridTableOptionsBehavior Members

cxGridTableView Unit