alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum AggregateType

    Defines the aggregate types.

    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public enum AggregateType

    Fields

    Name Description
    Average

    Performs average aggregation.

    Count

    Performs count aggregation.

    Custom

    Performs custom aggregation.

    FalseCount

    Performs false count aggregation.

    Max

    Performs max aggregation.

    Min

    Performs min aggregation.

    Sum

    Performs sum aggregation.

    TrueCount

    Performs true count aggregation.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved