Class GroupContext
Inheritance
System.Object
GroupContext
Assembly: Syncfusion.EJ2.dll
Syntax
public class GroupContext : Object
Constructors
GroupContext()
Declaration
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 |
|