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 |