Class TreeGridAggregate
Inheritance
System.Object
TreeGridAggregate
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
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ShowChildSummary
Display the childSummary for each parent.
Declaration
public bool ShowChildSummary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|