Show / Hide Table of Contents

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.

Back to top Copyright © 2016 - 2019 Tomasz Pęczek