[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridAggregateFunction.GetValue

GetValue Method

GetValue(GridColumn, IEnumerable<GridRow>)

Gets the value resulting of applying this function to a collection of rows for the specified column.

Declaration
public virtual double GetValue(GridColumn column, IEnumerable<GridRow> rows)
Parameters
Type Name Description
GridColumn column

The column to select the values.

IEnumerable<GridRow> rows

The rows to compute.

Returns
Type Description
double