Skip to main content

TcxTreeListColumn.StatusHint Property

Specifies the hint displayed in a status bar.

Declaration

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 ExpressBars Suite is not a part of the ExpressQuantumTreeList Suite, and must be purchased and installed separately.

See Also