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

In This Topic
    DataGridGroupWithSummaryRow Class
    In This Topic
    Grouping row which displays summaries in the row itself in addition to the classic grouping title and expand/collapse button.
    Object Model
    DataGridGroupWithSummaryRow Class
    Syntax
    'Declaration
     
    
    Public Class DataGridGroupWithSummaryRow 
       Inherits C1.WPF.DataGrid.DataGridGroupRow
    public class DataGridGroupWithSummaryRow : C1.WPF.DataGrid.DataGridGroupRow 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.DataGrid.DataGridRow
                C1.WPF.DataGrid.DataGridGroupRow
                   C1.WPF.DataGrid.Summaries.DataGridGroupWithSummaryRow

    See Also