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.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Object AggregateFunctionsProjection { get; set; }
Public Property AggregateFunctionsProjection As Object
Get
Set
public:
property Object^ AggregateFunctionsProjection {
Object^ get ();
void set (Object^ value);
}
member AggregateFunctionsProjection : Object with get, set
Property Value
Type:
ObjectThe aggregate functions projection.
See Also