ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupContext - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupContext

    Inheritance
    System.Object
    GroupContext
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GroupContext : Object

    Constructors

    GroupContext()

    Declaration
    public GroupContext()

    Properties

    ChildGroups

    Declaration
    public List<GroupContext> ChildGroups { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GroupContext>

    Count

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32

    Details

    Declaration
    public IEnumerable Details { get; set; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    Key

    Declaration
    public object Key { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved