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