Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxTreeListColumn.StatusHint Property

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

See Also