Articles in this section
Category / Section

How to set the backcolor of the GroupCaptionSummaryCell in WinForms GridGroupingControl?

3 mins read

Apply backcolor of group caption

To set the backcolor of the GroupCaptionSummaryCell, you can use the interior property of the GroupCaptionSummaryCell. Refer to the following code.

 

C#

this.gridGroupingControl1.Appearance.GroupCaptionSummaryCell.Interior = new BrushInfo(Color.FromArgb(255, 231, 162));

 

VB

Me.gridGroupingControl1.Appearance.GroupCaptionSummaryCell.Interior = New BrushInfo(Color.FromArgb(255, 231, 162))

 

Note:

The caption summary can be enabled by using the Grid [Parent/child group options]’ShowCaptionSummaryCells’ property.

 

Samples:

C#: BackColor_SummaryCell_C#

VB: BackColor_SummaryCell_VB

Reference link: https://help.syncfusion.com/windowsforms/classic/gridgroupingcontrol/summaries

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied