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