menu

Blazor

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

    Show / Hide Table of Contents

    Class AggregateTemplateContext

    Class that defines template context detail of FooterTemplate, GroupFooterTemplate and GroupCaptionTemplate. FooterTemplate GroupCaptionTemplate GroupFooterTemplate

    Inheritance
    System.Object
    AggregateTemplateContext
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AggregateTemplateContext : Object

    Constructors

    AggregateTemplateContext()

    Declaration
    public AggregateTemplateContext()

    Properties

    Average

    Gets average aggregate value.

    Declaration
    public string Average { get; }
    Property Value
    Type
    System.String

    Count

    Gets count aggregate value.

    Declaration
    public string Count { get; }
    Property Value
    Type
    System.String

    Custom

    Gets custom aggregate value.

    Declaration
    public string Custom { get; }
    Property Value
    Type
    System.String

    FalseCount

    Specifies false count aggregate value.

    Declaration
    public string FalseCount { get; }
    Property Value
    Type
    System.String

    Field

    Gets the current group field name.

    Declaration
    public string Field { get; }
    Property Value
    Type
    System.String

    ForeignKey

    Gets corresponding grouped foreign key value.

    Declaration
    public string ForeignKey { get; }
    Property Value
    Type
    System.String

    HeaderText

    Gets header text of the grouped column.

    Declaration
    public string HeaderText { get; }
    Property Value
    Type
    System.String

    Key

    Gets grouped data key value.

    Declaration
    public string Key { get; }
    Property Value
    Type
    System.String

    Max

    Gets maximum aggregate value.

    Declaration
    public string Max { get; }
    Property Value
    Type
    System.String

    Min

    Gets minimum aggregate value.

    Declaration
    public string Min { get; }
    Property Value
    Type
    System.String

    Sum

    Gets sum aggregate value.

    Declaration
    public string Sum { get; }
    Property Value
    Type
    System.String

    TrueCount

    Gets true count aggregate value.

    Declaration
    public string TrueCount { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved