menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataSourceHelper - WindowsForms 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
    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

    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 - 2025 Syncfusion Inc. All Rights Reserved