Skip to main content

TcxCaptionRowProperties.Hint Property

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

Declaration

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