ComponentOne DataGrid for WPF and Silverlight
GetAggregateFunctions Method (DataGridAggregate)

C1.WPF.DataGrid.Summaries Namespace > DataGridAggregate Class : GetAggregateFunctions Method
The column to which the aggregate functions are applied.
Gets the collection of aggregate functions applied to the corresponding column.
Syntax
'Declaration
 
Public Shared Function GetAggregateFunctions( _
   ByVal column As DataGridColumn _
) As DataGridAggregatesCollection
public static DataGridAggregatesCollection GetAggregateFunctions( 
   DataGridColumn column
)

Parameters

column
The column to which the aggregate functions are applied.
See Also

Reference

DataGridAggregate Class
DataGridAggregate Members