TcxPivotGridOptionsBehavior.CellHints Property
In This Article
Specifies whether hints are displayed for data cells with truncated content.
#Declaration
Delphi
property CellHints: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to display hints. Otherwise, they are hidden.
The default value of the CellHints property is False.
See Also