TcxGridTableOptionsView.GroupRowStyle Property
Specifies how group rows are displayed.
Declaration
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