GroupingPanelBackground Property
In This Topic
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 Brush
public Brush GroupingPanelBackground {get; set;}
See Also