GridAggregateFunction Enumeration |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum GridAggregateFunction
Public Enumeration GridAggregateFunction
public enum class GridAggregateFunction
type GridAggregateFunction
Members
| Member name | Value | Description |
---|
| None | 0 | |
| Sum | 1 | |
| Min | 2 | |
| Max | 3 | |
| Last | 4 | |
| First | 5 | |
| Count | 6 | |
| Avg | 7 | |
| CountDistinct | 8 | |
| Custom | 9 | |
See Also