alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SummaryType

    Pre-defined summary types to be used in SummaryDescriptor.

    Inheritance
    System.Object
    SummaryType
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public sealed class SummaryType : Enum

    Fields

    BooleanAggregate

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

    Declaration
    public const SummaryType BooleanAggregate
    Field Value
    Type
    SummaryType

    ByteAggregate

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

    Declaration
    public const SummaryType ByteAggregate
    Field Value
    Type
    SummaryType

    CharAggregate

    Count, Minimum, and Maximum for char fields.

    Declaration
    public const SummaryType CharAggregate
    Field Value
    Type
    SummaryType

    Count

    Count items.

    Declaration
    public const SummaryType Count
    Field Value
    Type
    SummaryType

    Custom

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

    Declaration
    public const SummaryType Custom
    Field Value
    Type
    SummaryType

    DistinctCount

    The distinct count of elements.

    Declaration
    public const SummaryType DistinctCount
    Field Value
    Type
    SummaryType

    DoubleAggregate

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

    Declaration
    public const SummaryType DoubleAggregate
    Field Value
    Type
    SummaryType

    DoubleVector

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

    Declaration
    public const SummaryType DoubleVector
    Field Value
    Type
    SummaryType

    Int32Aggregate

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

    Declaration
    public const SummaryType Int32Aggregate
    Field Value
    Type
    SummaryType

    MaxLength

    Maximum length for text fields.

    Declaration
    public const SummaryType MaxLength
    Field Value
    Type
    SummaryType

    StringAggregate

    Maximum length and count for text fields.

    Declaration
    public const SummaryType StringAggregate
    Field Value
    Type
    SummaryType

    Vector

    Collects all entries of a column in a sorted vector.

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