alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class AggregateTemplateContext

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

    Inheritance
    object
    AggregateTemplateContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AggregateTemplateContext

    Constructors

    AggregateTemplateContext()

    Declaration
    public AggregateTemplateContext()

    Properties

    Average

    Gets average aggregate value.

    Declaration
    public string Average { get; }
    Property Value
    Type
    string

    Count

    Gets count aggregate value.

    Declaration
    public string Count { get; }
    Property Value
    Type
    string

    Custom

    Gets custom aggregate value.

    Declaration
    public string Custom { get; }
    Property Value
    Type
    string

    FalseCount

    Specifies false count aggregate value.

    Declaration
    public string FalseCount { get; }
    Property Value
    Type
    string

    Field

    Gets the current group field name.

    Declaration
    public string Field { get; }
    Property Value
    Type
    string

    ForeignKey

    Gets corresponding grouped foreign key value.

    Declaration
    public string ForeignKey { get; }
    Property Value
    Type
    string

    HeaderText

    Gets header text of the grouped column.

    Declaration
    public string HeaderText { get; }
    Property Value
    Type
    string

    Key

    Gets grouped data key value.

    Declaration
    public string Key { get; }
    Property Value
    Type
    string

    Max

    Gets maximum aggregate value.

    Declaration
    public string Max { get; }
    Property Value
    Type
    string

    Min

    Gets minimum aggregate value.

    Declaration
    public string Min { get; }
    Property Value
    Type
    string

    Sum

    Gets sum aggregate value.

    Declaration
    public string Sum { get; }
    Property Value
    Type
    string

    TrueCount

    Gets true count aggregate value.

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