alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridGroupOptionsType

    Defines the type of group options: TopLevelGroup, ChildTable or inner groups.

    Inheritance
    System.Object
    GridGroupOptionsType
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public sealed class GridGroupOptionsType : Enum

    Fields

    AnyGroup

    Any type of group.

    Declaration
    public const GridGroupOptionsType AnyGroup
    Field Value
    Type
    GridGroupOptionsType

    ChildTable

    Child table of a nested relation

    Declaration
    public const GridGroupOptionsType ChildTable
    Field Value
    Type
    GridGroupOptionsType

    Groups

    Inner groups (grouped by groups)

    Declaration
    public const GridGroupOptionsType Groups
    Field Value
    Type
    GridGroupOptionsType

    TopLevelGroup

    Top-level group.

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