Class TreeGridAggregate
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TreeGridAggregate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.TreeGrid
Assembly: Syncfusion.AspNetMvc.TreeGrid.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 |