ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Summaries Namespace / DataGridAggregate Class / SetAggregateFunctions Method
The column to which the aggregate functions will be applied.
The collection of aggregate functions that will be applied to the column.

In This Topic
    SetAggregateFunctions Method
    In This Topic
    Sets the collection of aggregate functions that will be applied to the column.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetAggregateFunctions( _
       ByVal column As DataGridColumn, _
       ByVal aggregates As DataGridAggregatesCollection _
    ) 
    public static void SetAggregateFunctions( 
       DataGridColumn column,
       DataGridAggregatesCollection aggregates
    )

    Parameters

    column
    The column to which the aggregate functions will be applied.
    aggregates
    The collection of aggregate functions that will be applied to the column.
    See Also