menu

WinForms

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

    Show / Hide Table of Contents

    Enum SummaryType

    Pre-defined summary types to be used in SummaryDescriptor.

    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public enum SummaryType

    Fields

    Name Description
    BooleanAggregate

    Count number of False and / or True items for boolean fields.

    ByteAggregate

    Count, Minimum, Maximum, Total, and Average for byte fields.

    CharAggregate

    Count, Minimum, and Maximum for char fields.

    Count

    Count items.

    Custom

    A custom summary type. See the Grid / Grouping / CustomSummaries example.

    DistinctCount

    The distinct count of elements.

    DoubleAggregate

    Count, Minimum, Maximum, Total, and Average for double fields.

    DoubleVector

    Collects all entries of a column in a sorted vector. Statistical functions for Median, Percentile25, Percentile75, and PercentileQ.

    Int32Aggregate

    Count, Minimum, Maximum, Total, and Average for int32 fields.

    MaxLength

    Maximum length for text fields.

    StringAggregate

    Maximum length and count for text fields.

    Vector

    Collects all entries of a column in a sorted vector.

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