WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum SummaryType - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum SummaryType

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

    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WinForms.dll
    Syntax
    public enum SummaryType

    Fields

    Name Description
    CountAggregate

    Specify the count aggregate for the summary column.

    Custom

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

    DoubleAggregate

    Specify the double value aggregate for the summary column.

    Int32Aggregate

    Specify integer value aggregate for the summary column.

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