menu

UWP

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

    Show / Hide Table of Contents

    Interface ISummaryAggregate

    Defines common functionality for a custom aggregate function implementation.

    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.UWP.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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved