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
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public class GroupContext : Object
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 |