Class DataSourceHelper
Helper class to which contains exceptional properties and methods to obtain most commonly used values.
Inheritance
System.Object
DataSourceHelper
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 static class DataSourceHelper
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 |