TIWCGJQGridColSummaryType Enumeration

Represents type TIWCGJQGridColSummaryType.

Namespace: IWCGJQGridCustomProvider
type
 TIWCGJQGridColSummaryType = (gcstNone,gcstSum,gcstAvg,gcstCount,gcstMin,gcstMax,gcstCustom);

The TIWCGJQGridColSummaryType type exposes the following members.

Show:
 NameDescription
gcstAvg

Represents constant gcstAvg.

gcstCount

Represents constant gcstCount.

gcstCustom

Represents constant gcstCustom.

gcstMax

Represents constant gcstMax.

gcstMin

Represents constant gcstMin.

gcstNone

Represents constant gcstNone.

gcstSum

Represents constant gcstSum.

Top