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

TcxGridTableBackgroundBitmaps.Group Property

Specifies the background bitmap for group rows.

#Declaration

Delphi
property Group: TBitmap index bbGroup read; write;

#Property Value

Type
TBitmap

#Remarks

The image below shows an example.

Group rows are visible when grouping is applied to a View. See the GroupIndex property of Table View items for details on grouping the View programmatically. Also, see the OptionsCustomize.ColumnGrouping and OptionsView.GroupByBox properties of Views and Options.Grouping property of columns for details on allowing end-users to perform grouping.

See Also