menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISummaryExpressionAggregate - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISummaryExpressionAggregate

    Defines method to calculate the summary for expression fields.

    Inherited Members
    ISummaryAggregate.CalculateAggregateFunc()
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WPF.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved