Class GroupContext
Class that contains the information of the group like child groups, items count, key, details of the group, etc.
Inheritance
System.Object
GroupContext
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DataSource
Assembly: Syncfusion.DataSource.WinForms.dll
Syntax
public class GroupContext
Constructors
GroupContext()
Initializes a new instance of the GroupContext class.
Declaration
public GroupContext()
Properties
ChildGroups
Gets or sets the child groups.
Declaration
public List<GroupContext> ChildGroups { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<GroupContext> |
Count
Gets or sets the item count.
Declaration
public int Count { get; set; }
Property Value
Type |
---|
System.Int32 |
Details
Gets or sets the enumerable collection.
Declaration
public IEnumerable Details { get; set; }
Property Value
Type |
---|
System.Collections.IEnumerable |
Key
Gets the key value.
Declaration
public object Key { get; }
Property Value
Type |
---|
System.Object |