Class GridAggregates
Configures grid aggregates.
Inheritance
System.Object
GridAggregates
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridAggregates : OwningComponentBase
Constructors
GridAggregates()
Declaration
public GridAggregates()
Properties
Aggregates
Gets or sets the aggregate row collection.
Declaration
public List<GridAggregate> Aggregates { get; set; }
Property Value
| Type |
|---|
| System.Collections.Generic.List<GridAggregate> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
|---|
| System.Threading.Tasks.Task |