Class GroupList
Collection of GroupResult
Inheritance
System.Object
GroupList
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public class GroupList : List<GroupResult>
Constructors
GroupList(DataSource)
Initializes a new instance of the GroupList class.
Declaration
public GroupList(DataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
DataSource | dataSource | Represents the DataSource. |
Methods
AddItemInGroup(Object, Int32)
Adds item to the GroupList
Declaration
public void AddItemInGroup(object item, int index)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | object to be added in GroupList |
System.Int32 | index | index of the object |
RemoveItemInGroup(Object)
Removes item from the GroupList
Declaration
public void RemoveItemInGroup(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | object to be removed from the GroupList |