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

TcxGridCardViewOptionsView.RowCaptionAutoHeight Property

Determines whether the caption height of Card View rows is automatically changed in order to entirely display the caption text.

#Declaration

Delphi
property RowCaptionAutoHeight: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Use the RowCaptionAutoHeight property to specify whether the height of Card View rows with long captions are automatically changed in order to display their full captions. The size of a Card View row caption is determined by the Caption property value and the font used to display it.

If RowCaptionAutoHeight is True and the row caption is too large to be displayed in a single line, then the caption is wrapped. The CaptionWidth property specifies the width of a region within which the caption is drawn.

The default value of the RowCaptionAutoHeight property is False.

See Also