Class DataSourceHelper
Helper class to which contains exceptional properties and methods to obtain most commonly used values.
Inheritance
System.Object
DataSourceHelper
Namespace: Syncfusion.Maui.DataSource
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public static class DataSourceHelper : Object
Methods
GetGroupLastItem(GroupResult)
Returns the last item of the group
Declaration
public static object GetGroupLastItem(this GroupResult group)
Parameters
Type | Name | Description |
---|---|---|
GroupResult | group |
Returns
Type | Description |
---|---|
System.Object | The object |
GetGroupLastItem(List<GroupResult>)
Returns the last item from the list of groups
Declaration
public static object GetGroupLastItem(this List<GroupResult> groupList)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<GroupResult> | groupList | The list of groups |
Returns
Type | Description |
---|---|
System.Object | The object |