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 aggregate columns.
Declaration
public List<TreeGridAggregateColumn> Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TreeGridAggregateColumn> | The default value is null |
ShowChildSummary
Display the childSummary for each parent.
Declaration
public bool ShowChildSummary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is null |