menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SummaryType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SummaryType

    Defines the constants that specify the types of summary aggregate supported in SfDataGrid.

    Inheritance
    System.Object
    SummaryType
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public sealed class SummaryType : Enum

    Fields

    CountAggregate

    Specify the count aggregate for the summary column.

    Declaration
    public const SummaryType CountAggregate
    Field Value
    Type
    SummaryType

    Custom

    Specify custom aggregate for the summary column which implement ISummaryAggregate or ISummaryExpressionAggregate interface to delegate the summary computation.

    Declaration
    public const SummaryType Custom
    Field Value
    Type
    SummaryType

    DoubleAggregate

    Specify the double value aggregate for the summary column.

    Declaration
    public const SummaryType DoubleAggregate
    Field Value
    Type
    SummaryType

    Int32Aggregate

    Specify integer value aggregate for the summary column.

    Declaration
    public const SummaryType Int32Aggregate
    Field Value
    Type
    SummaryType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved