Click or drag to resize
AggregateFunctionFunctionName Property
Gets or sets the name of the aggregate function, which appears as a property of the group record on which records the function works.

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

Property Value

Type: String
The name of the function as visible from the group record.
See Also