Class GridAggregates
Configures grid aggregates.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridAggregates : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
GridAggregates()
Declaration
public GridAggregates()
Properties
Aggregates
Gets or sets the aggregate row collection.
Declaration
public List<GridAggregate> Aggregates { get; set; }
Property Value
| Type |
|---|
| List<GridAggregate> |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |
Overrides
OnInitializedAsync()
Initializes the component asynchronously and updates parent references.
Declaration
protected override Task OnInitializedAsync()
Returns
| Type |
|---|
| Task |