C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1Field Class / Aggregate Property

In This Topic
Aggregate Property
In This Topic
Causes the grid to calculate aggregate values on the column and place them in the group header and footer rows. If the grid does not contain any groups, setting the Aggregate property has no effect.
Syntax
'Declaration
 
Public Property Aggregate As Aggregate
 

Property Value

One of the Aggregate values. The default value is Aggregate.None.
Remarks
The aggregate value displayed in the group header/footer rows is formatted using the column's DataFormatString property, except for Counts which are displayed as integers without decimals.
See Also