Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridNumericColumn Class / AggregateFunctions Property

In This Topic
    AggregateFunctions Property (GridNumericColumn)
    In This Topic
    Gets the collection of aggregate functions.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AggregateFunctions As GridAggregateFunctionCollection
    public GridAggregateFunctionCollection AggregateFunctions {get;}
    See Also