Back to Devexpress

TcxGridTableOptionsView.GroupRowStyle Property

vcl-cxgridtableview-dot-tcxgridtableoptionsview-c57b409d.md

latest1.2 KB
Original Source

TcxGridTableOptionsView.GroupRowStyle Property

Specifies how group rows are displayed.

Declaration

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

Property Value

TypeDefault
TcxGridGroupRowStylegrsStandard

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

TcxGridTableOptionsView Class

TcxGridTableOptionsView Members

cxGridTableView Unit