ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Summaries Namespace / DataGridAggregate Class / GetAggregateFunctions Method
The column to which the aggregate functions are applied.

In This Topic
    GetAggregateFunctions Method
    In This Topic
    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