menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupList - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupList

    Collection of GroupResult

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

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