ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / GroupingPanelForeground Property

In This Topic
    GroupingPanelForeground Property (C1DataGrid)
    In This Topic
    Gets or sets the System.Windows.Media.Brush that is used to paint the foreground of the grouping panel that is on top of the datagrid.
    Syntax
    'Declaration
     
    
    Public Property GroupingPanelForeground As Brush
    public Brush GroupingPanelForeground {get; set;}
    See Also