TcxTreeListColumn.StatusHint Property
In This Article
Specifies the hint displayed in a status bar.
#Declaration
Delphi
property StatusHint: string read; write;
#Property Value
Type |
---|
string |
#Remarks
Use this property to display a column header‘s hint in a status bar, when the mouse pointer is over the column header.
To display column header hints in a TStatusBar control, set its AutoHint property to True. To display column header hints in a TdxStatusBar or TdxRibbonStatusBar control, shipped with the ExpressBars Suite, add a text status bar panel, and set its AutoHint property to True. Alternatively, you can switch the status bar to display a simple text panel and set its AutoHint property to True.
Important
The Express
See Also