Skip to main content
A newer version of this page is available. .

TcxGridCardViewOptionsBehavior.RowCaptionHints Property

Indicates whether a hint box is displayed when hovering over a row containing a clipped caption.

Declaration

property RowCaptionHints: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the RowCaptionHints property to True to display a hint box when moving the mouse pointer over partially visible rows or rows which have their captions clipped by their bounds. The hint box will contain the caption of the underlying row.

The following image shows a Card View with several rows. The row hint is displayed for the ‘Email’ row:

The default value of the RowCaptionHints property is True.

See Also