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

TcxCaptionRowProperties.Hint Property

Specifies the text in the hint window that appears when the user positions the mouse cursor over the row header.

#Declaration

Delphi
property Hint: string read; write;

#Property Value

Type
string

#Remarks

Use the Hint property to provide more information about the current row. If the row’s header width is not enough to display the row’s header text and the Hint property is not set then the hint window is automatically displayed with a text provided by the Caption property.

Note

The hint window displaying is also possible if the value of the TcxControlOptionsBehavior.CellHints property is True.

See Also