Class GridAggregate
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
GridAggregate
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.Grids
Assembly: Syncfusion.AspNetMvc.Grid.dll
Syntax
public class GridAggregate : EJTagHelper
Constructors
GridAggregate()
Declaration
public GridAggregate()
Properties
Columns
Configures the aggregate columns.
Declaration
public List<GridAggregateColumn> Columns { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GridAggregateColumn> | The default value is null |