Skip to main content

TcxGridTableViewStyles.Group Property

Specifies the style for the Table View group rows.

Declaration

property Group: TcxStyle index vsGroup read; write;

Property Value

Type
TcxStyle

Remarks

The Group property allows you to define the style (font, background color) for the Table View group rows.

It is possible to change group styles on the fly by handling the OnGetGroupStyle event.

The next image demonstrates a grid control with the group region painted in the wheat color ($00B3DEF5):

See Also