menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeGridAggregate - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeGridAggregate

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    TreeGridAggregate
    Namespace: Syncfusion.EJ2.TreeGrid
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class TreeGridAggregate : EJTagHelper

    Constructors

    TreeGridAggregate()

    Declaration
    public TreeGridAggregate()

    Properties

    Columns

    Configures the collection of aggregate columns.

    Declaration
    public List<TreeGridAggregateColumn> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TreeGridAggregateColumn>

    The default value is null

    ShowChildSummary

    Determines whether to display child summaries for each parent row.

    Declaration
    public bool ShowChildSummary { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is null

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