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.GroupRowStyle Property

Specifies how group rows are displayed.

#Declaration

Delphi
property GroupRowStyle: TcxGridGroupRowStyle read; write; default grsStandard;

#Property Value

Type Default
TcxGridGroupRowStyle grsStandard

#Remarks

Options include:

Value

Description

grsStandard

Standard appearance of group rows.

grsOffice11

Group rows are displayed similar to those found in Microsoft Office® Outlook 2003. Row level indents are not displayed when these group rows are expanded.

The default value of the GroupRowStyle property is grsStandard.

See Also