ComponentOne DataGrid for WPF and Silverlight
SetAggregateFunctions Method (DataGridAggregate)

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.
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

Reference

DataGridAggregate Class
DataGridAggregate Members