Click or drag to resize
AggregateFunctionsGroupAggregateFunctionsProjection Property
Gets or sets the aggregate functions projection for this group. This projection is used to generate aggregate functions results for this group.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public Object AggregateFunctionsProjection { get; set; }

Property Value

Type: Object
The aggregate functions projection.
See Also