Interface ISummaryAggregate
Defines common functionality for a custom aggregate function implementation.
Namespace: Syncfusion.UI.Xaml.Data
Assembly: Syncfusion.Data.WinUI.dll
Syntax
public interface ISummaryAggregate
Methods
CalculateAggregateFunc()
Calculates the custom aggregate func for the specified summary column.
Declaration
Action<IEnumerable, string, PropertyInfo> CalculateAggregateFunc()
Returns
Type | Description |
---|---|
System.Action<System.Collections.IEnumerable, System.String, System.Reflection.PropertyInfo> | The custom aggregate func for the specified summary column. |