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

In This Topic
    DataGridAggregateAvg Class
    In This Topic
    Computes the average of the items in a row collection
    Object Model
    DataGridAggregateAvg Class
    Syntax
    'Declaration
     
    
    Public Class DataGridAggregateAvg 
       Inherits DataGridAggregateWithFormat
    public class DataGridAggregateAvg : DataGridAggregateWithFormat 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.DataGrid.Summaries.DataGridAggregate
                C1.WPF.DataGrid.Summaries.DataGridAggregateWithFormat
                   C1.WPF.DataGrid.Summaries.DataGridAggregateAvg

    See Also