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

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

    See Also