menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupType

    Defines the group types. They are: Date - Defines group type as 'Date' for date type field Number - Defines group type as 'Number' for numeric type field. Custom - Defines group type as 'Custom' for custom group field.

    Inheritance
    System.Object
    GroupType
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class GroupType : Enum

    Fields

    Custom

    Custom - Defines group type as 'Custom' for custom group field.

    Declaration
    public const GroupType Custom
    Field Value
    Type
    GroupType

    Date

    Date - Defines group type as 'Date' for date type field

    Declaration
    public const GroupType Date
    Field Value
    Type
    GroupType

    Number

    Number - Defines group type as 'Number' for numeric type field.

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