ComponentOne DataGrid for WPF and Silverlight
GroupingPanelBackground Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : GroupingPanelBackground Property
Gets or sets the System.Windows.Media.Brush that is used to paint the background of the grouping panel that is on top of the datagrid.
Syntax
'Declaration
 
Public Property GroupingPanelBackground As System.Windows.Media.Brush
public System.Windows.Media.Brush GroupingPanelBackground {get; set;}
Remarks
ShowGroupingPanel or CanUserGroup must be true in order that the grouping panel is visible.
See Also

Reference

C1DataGrid Class
C1DataGrid Members