Enum 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.
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AggregateTemplateType
Fields
| Name | Description |
|---|---|
| Footer | Indicates that the aggregate cell is part of the grid footer. |
| GroupCaption | Indicates that the aggregate cell is part of the group caption. |
| GroupFooter | Indicates that the aggregate cell is part of the group footer. |