Enum JqGridColumnSummaryTypes
Defines available types of grouping summary for jqGrid column.
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Enums
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public enum JqGridColumnSummaryTypes : int
Fields
Name | Description |
---|---|
Avg | The average function. |
Count | The count function. |
Custom | The custom function. |
Max | The maximum function. |
Min | The minimum function. |
Sum | The sum function. |