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

In This Topic
    DataGridAggregatesCollection Class
    In This Topic
    Collection of aggregate functions. This collection is typically used in xaml to enclose the aggregate function declarations.
    Object Model
    DataGridAggregatesCollection Class
    Syntax
    'Declaration
     
    
    Public Class DataGridAggregatesCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of DataGridAggregate)
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.WPF.DataGrid.Summaries.DataGridAggregatesCollection

    See Also