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

TcxGridTableOptionsView.GroupRowHeight Property

Specifies the height of group rows (in pixels).

#Declaration

Delphi
property GroupRowHeight: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Use this property to specify the height of group rows in pixels. To change the height of data rows, use the DataRowHeight property.

The GroupRowHeight property automatically updates by multiplying its current value by the DPI-aware form’s scaling factor every time it changes. If the property is set to 0, the group row height is calculated automatically based on the current font settings.

You can set the OptionsCustomize.GroupRowSizing property to True to allow end-users to resize group rows by dragging the bottom edge of indicators within group rows.

The default value of the GroupRowHeight property is 0.

See Also