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
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class GroupType : Enum
Fields
Custom
Declaration
public const GroupType Custom
Field Value
Date
Declaration
public const GroupType Date
Field Value
Number
Declaration
public const GroupType Number
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|