Skip to main content

TcxGridTableOptionsView.GroupRowHeight Property

Specifies the height of group rows (in pixels).

Declaration

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