menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISummaryAggregate - Xamarin.Android 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.Portable.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.

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