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

In This Topic
    DataGridAggregateMax Class
    In This Topic
    Computes the maximum among the items of a row collection
    Object Model
    DataGridAggregateMax Class
    Syntax
    'Declaration
     
    
    Public Class DataGridAggregateMax 
       Inherits DataGridAggregateWithFormat
    public class DataGridAggregateMax : 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.DataGridAggregateMax

    See Also