| C1.Web.Wijmo.Extenders.4 Assembly > C1.Web.Wijmo.Extenders.C1Grid Namespace : Aggregate Enumeration |
'Declaration Public Enum Aggregate Inherits System.Enum
public enum Aggregate : System.Enum
| Member | Description |
|---|---|
| Average | Average of the numerical values. |
| Count | Count of non-empty values. |
| Custom | Custom value (causing grid to throw the C1GridExtender.OnClientGroupAggregate event). |
| Max | Maximum value (numerical, string, or date). |
| Min | Minimum value (numerical, string, or date). |
| None | No aggregate is calculated or displayed. |
| Std | Standard deviation (using formula for Sample, n-1). |
| StdPop | Standard deviation (using formula for Population, n). |
| Sum | Sum of numerical values. |
| Var | Variance (using formula for Sample, n-1). |
| VarPop | Variance (using formula for Population, n). |
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Extenders.C1Grid.Aggregate
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2