Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridAggregateFunction Class / Aggregate Property

In This Topic
    Aggregate Property (GridAggregateFunction)
    In This Topic
    Gets or sets a predefined aggregate function.
    Syntax
    'Declaration
     
    
    Public Property Aggregate As GridAggregate
    public GridAggregate Aggregate {get; set;}
    See Also