ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridGroupingPresenter Class
Members

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

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.DataGrid.DataGridGroupingPresenter

    See Also