menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class GroupEntry

    Inheritance
    System.Object
    NodeEntry
    GroupEntry
    Group
    Implements
    System.IDisposable
    Inherited Members
    NodeEntry.Dispose()
    NodeEntry.Dispose(Boolean)
    NodeEntry.Finalize()
    NodeEntry.IsGroups
    NodeEntry.IsRecords
    NodeEntry.Level
    NodeEntry.Parent
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.Portable.dll
    Syntax
    public class GroupEntry : NodeEntry, IDisposable

    Constructors

    GroupEntry(GroupEntry, Int32)

    Initializes a new instance of the GroupEntry class.

    Declaration
    public GroupEntry(GroupEntry parent, int level)
    Parameters
    Type Name Description
    GroupEntry parent

    The parent (group) of the group.

    System.Int32 level

    The level of the group.

    Properties

    Groups

    Gets the list of sub-groups in the group.

    Declaration
    public List<Group> Groups { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Group>

    The list of sub-groups in the group.

    Methods

    ToSummaryArray()

    Returns an array of summary details of each sub-group in the group.

    Declaration
    public object[] ToSummaryArray()
    Returns
    Type Description
    System.Object[]

    An array of summary details of each sub-group in the group.

    Implements

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