Class TreeGridAggregate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
[HtmlAttributeName("columns")]
public List<TreeGridAggregateColumn> Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TreeGridAggregateColumn> |
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
ShowChildSummary
Display the childSummary for each parent.
Declaration
[HtmlAttributeName("showChildSummary")]
public bool ShowChildSummary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |