Class GridAggregates
Configures grid aggregates.
Inheritance
GridAggregates
Assembly: Syncfusion.Blazor.dll
Syntax
public class GridAggregates : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
GridAggregates()
Declaration
Properties
Aggregates
Gets or sets the aggregate row collection.
Declaration
public List<GridAggregate> Aggregates { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
Implements