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

TcxCustomRow.Height Property

Specifies the row’s height (in pixels).

#Declaration

Delphi
property Height: Integer read; write; default -1;

#Property Value

Type Description
Integer

The current row height, in pixels.

#Remarks

Use this property to set the current row’s height overriding the row height the vertical grid control’s OptionsView.RowHeight property value specifies. If the Height property is set to -1 (by default), the row’s height is calculated automatically to fit its content.

End-users can resize the row by dragging its bottom border if the Options.CanResized property and the vertical grid control’s OptionsBehavior.RowSizing property are set to True.

Note

The row automatically resizes to fit its content if the Options.CanAutoHeight property is set to True.

See Also