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

In This Topic
    DataGridSummaryRow Class
    In This Topic
    Display the summaries for each column that has aggregate functions attached. This row can be seen inside a group or not, in all cases will compute the value of all the items recursively. e.g. if this row is added inside a group row the sum function will display the sum of all the items inside that group and the items that are in a sub group of it.
    Object Model
    DataGridSummaryRow Class
    Syntax
    'Declaration
     
    
    Public Class DataGridSummaryRow 
       Inherits C1.WPF.DataGrid.DataGridRow
    public class DataGridSummaryRow : C1.WPF.DataGrid.DataGridRow 
    Inheritance Hierarchy

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

    See Also