ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid.Summaries Namespace / DataGridAggregate Class / GetResult Method
The rows to which the aggregate function will be applied.
The column to which the aggregate function is applied.
if set to true the aggregate function will be applied recursively over the rows collection.

In This Topic
    GetResult Method (DataGridAggregate)
    In This Topic
    Gets a System.Windows.Controls.ContentPresenter that contains the result of the aggregate function with the corresponding template applied.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetResult( _
       ByVal rows As DataGridRowCollection, _
       ByVal column As DataGridColumn, _
       ByVal recursive As Boolean _
    ) As ContentPresenter

    Parameters

    rows
    The rows to which the aggregate function will be applied.
    column
    The column to which the aggregate function is applied.
    recursive
    if set to true the aggregate function will be applied recursively over the rows collection.
    See Also