Enum GridGroupOptionsType
Defines the type of group options: TopLevelGroup, ChildTable or inner groups.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public enum GridGroupOptionsType
Fields
| Name | Description |
|---|---|
| AnyGroup | Any type of group. |
| ChildTable | Child table of a nested relation |
| Groups | Inner groups (grouped by groups) |
| TopLevelGroup | Top-level group. |