Blazor

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

    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 Description
    GroupType

    Date

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

    Declaration
    public const GroupType Date
    Field Value
    Type Description
    GroupType

    Number

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

    Declaration
    public const GroupType Number
    Field Value
    Type Description
    GroupType

    value__

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