ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class GroupContext

    Inheritance
    System.Object
    GroupContext
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class GroupContext

    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 - 2023 Syncfusion Inc. All Rights Reserved