Interface ISummaryExpressionAggregate
Defines method to calculate the summary for expression fields.
Inherited Members
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.Portable.dll
Syntax
public interface ISummaryExpressionAggregate : ISummaryAggregate
Methods
CalculateAggregateExpressionFunc()
Calculates the aggregate expression func.
Declaration
Action<IEnumerable, string, Expression<Func<string, object, object>>, PropertyDescriptor> CalculateAggregateExpressionFunc()
Returns
Type | Description |
---|---|
System.Action<System.Collections.IEnumerable, System.String, System.Linq.Expressions.Expression<System.Func<System.String, System.Object, System.Object>>, System.ComponentModel.PropertyDescriptor> | The aggregate expression func. |