C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class / Func Property

In This Topic
Func Property
In This Topic
Gets or sets the function (min, max, average and so on) calculated by the current aggregate.
Syntax
'Declaration
 
Public Property Func As AggregateFuncEnum
 
Remarks
The default value of this property is AggregateFuncEnum.Sum.
See Also