TcxGridTableBackgroundBitmaps.Group Property
Specifies the background bitmap for group rows.
Declaration
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