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

In This Topic
    GroupingPanelStyle Property
    In This Topic
    Gets or sets the System.Windows.Style that is set to the grouping panel that is on top of the datagrid.
    Syntax
    'Declaration
     
    
    Public Property GroupingPanelStyle As Style
    public Style GroupingPanelStyle {get; set;}
    See Also