menu

Blazor

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

    Show / Hide Table of Contents

    Class AggregateTemplateType

    Specifies the template type used for rendering aggregate cells in a grid during exporting. This property allows differentiation between cells in the group caption, grid footer, or group footer.

    • GroupCaptionIndicates that the aggregate cell is part of the group caption.
    • FooterIndicates that the aggregate cell is part of the grid footer.
    • GroupFooterIndicates that the aggregate cell is part of the group footer.
    Inheritance
    System.Object
    AggregateTemplateType
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class AggregateTemplateType : Enum

    Fields

    Footer

    Indicates that the aggregate cell is part of the grid footer.

    Declaration
    public const AggregateTemplateType Footer
    Field Value
    Type
    AggregateTemplateType

    GroupCaption

    Indicates that the aggregate cell is part of the group caption.

    Declaration
    public const AggregateTemplateType GroupCaption
    Field Value
    Type
    AggregateTemplateType

    GroupFooter

    Indicates that the aggregate cell is part of the group footer.

    Declaration
    public const AggregateTemplateType GroupFooter
    Field Value
    Type
    AggregateTemplateType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved