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