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.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string FunctionName { get; set; }
Public Overridable Property FunctionName As String
Get
Set
public:
virtual property String^ FunctionName {
String^ get ();
void set (String^ value);
}
abstract FunctionName : string with get, set
override FunctionName : string with get, set
Property Value
Type:
StringThe name of the function as visible from the group record.
See Also