TcxGridTableViewStyles.GroupByBox Property
In This Article
Specifies the style for the Table View Group By box.
#Declaration
Delphi
property GroupByBox: TcxStyle index vsGroupByBox read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The GroupByBox property allows you to define the style (font, background color) for the Group By box.
The following image displays a grid control with the group panel painted yellow:
See Also