ComponentOne DataGrid for WPF and Silverlight
DataGridGroupingPresenter Class
Members 

C1.WPF.DataGrid Namespace : DataGridGroupingPresenter Class
Presenter that display the grouping panel or another element if there is no columns in the grouping panel.
Object Model
DataGridGroupingPresenter Class
Syntax
'Declaration
 
<System.Windows.TemplatePartAttribute(Name="Grouping", Type=C1.WPF.DataGrid.DataGridGroupingPanel)>
<System.Windows.TemplatePartAttribute(Name="Empty", Type=System.Windows.FrameworkElement)>
<System.Windows.TemplateVisualStateAttribute(Name="Ungrouped", GroupName="GroupsStates")>
<System.Windows.TemplateVisualStateAttribute(Name="Grouped", GroupName="GroupsStates")>
Public Class DataGridGroupingPresenter 
   Inherits System.Windows.Controls.Control
[System.Windows.TemplatePart(Name="Grouping", Type=C1.WPF.DataGrid.DataGridGroupingPanel)]
[System.Windows.TemplatePart(Name="Empty", Type=System.Windows.FrameworkElement)]
[System.Windows.TemplateVisualState(Name="Ungrouped", GroupName="GroupsStates")]
[System.Windows.TemplateVisualState(Name="Grouped", GroupName="GroupsStates")]
public class DataGridGroupingPresenter : System.Windows.Controls.Control 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     C1.WPF.DataGrid.DataGridGroupingPresenter

See Also

Reference

DataGridGroupingPresenter Members
C1.WPF.DataGrid Namespace