menu

Blazor

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

    Show / Hide Table of Contents

    Class GridAggregate

    Configures grid aggregate.

    Inheritance
    System.Object
    SfBaseComponent
    SfDataBoundComponent
    GridAggregate
    Inherited Members
    SfBaseComponent.Dispose()
    SfBaseComponent.Dispose(Boolean)
    SfBaseComponent.GetEffectivePlatform()
    SfBaseComponent.GetMainComponentPlatform()
    SfBaseComponent.IsMainLicenseComponent()
    SfBaseComponent.LicenseContext
    SfBaseComponent.OnObservableChange(String, Object, Boolean, NotifyCollectionChangedEventArgs)
    SfBaseComponent.ValidateLicense()
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.SetDataManager<T>(Object)
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GridAggregate : SfDataBoundComponent

    Constructors

    GridAggregate()

    Declaration
    public GridAggregate()

    Properties

    Columns

    Configures the aggregate columns.

    Declaration
    public List<GridAggregateColumn> Columns { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<GridAggregateColumn>

    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
    Overrides
    SfDataBoundComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnParametersSetAsync()

    UpdateChildProperties(String, List<GridAggregateColumn>)

    Declaration
    public void UpdateChildProperties(string key, List<GridAggregateColumn> value)
    Parameters
    Type Name Description
    System.String key
    System.Collections.Generic.List<GridAggregateColumn> value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved