menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridAggregates - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved