Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataSourceHelper - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataSourceHelper

    Helper class to which contains exceptional properties and methods to obtain most commonly used values.

    Inheritance
    System.Object
    DataSourceHelper
    Namespace: Syncfusion.DataSource
    Assembly: Syncfusion.DataSource.Portable.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

    GroupResult.

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved