Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SummaryType - Xamarin.iOS 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 Description
    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 Description
    SummaryType

    DoubleAggregate

    Specify the double value aggregate for the summary column.

    Declaration
    public const SummaryType DoubleAggregate
    Field Value
    Type Description
    SummaryType

    Int32Aggregate

    Specify integer value aggregate for the summary column.

    Declaration
    public const SummaryType Int32Aggregate
    Field Value
    Type Description
    SummaryType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved