alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class FlattenedRecordsInGroupCollection

    A Read-only collection of sorted Record elements that are children of a Group. An instance of this collection is returned by the Records property of a Group object. This collection contains all records, it is not filtered.

    The collection provides support for determining a record's position in the grouped group using the IndexOf(Record) method.

    Inheritance
    System.Object
    FlattenedRecordsInGroupCollectionBase
    FlattenedRecordsInGroupCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.IDisposable
    Inherited Members
    FlattenedRecordsInGroupCollectionBase.Contains(Record)
    FlattenedRecordsInGroupCollectionBase.CopyTo(Record[], Int32)
    FlattenedRecordsInGroupCollectionBase.Count
    FlattenedRecordsInGroupCollectionBase.Dispose()
    FlattenedRecordsInGroupCollectionBase.GetEnumerator()
    FlattenedRecordsInGroupCollectionBase.IndexOf(Record)
    FlattenedRecordsInGroupCollectionBase.IsFixedSize
    FlattenedRecordsInGroupCollectionBase.IsReadOnly
    FlattenedRecordsInGroupCollectionBase.IsSynchronized
    FlattenedRecordsInGroupCollectionBase.Item[Int32]
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class FlattenedRecordsInGroupCollection : FlattenedRecordsInGroupCollectionBase, IList, ICollection, IEnumerable, IDisposable

    Constructors

    FlattenedRecordsInGroupCollection(Group)

    Initializes the instance of FlattenedRecordsInGroupCollection class.

    Declaration
    public FlattenedRecordsInGroupCollection(Group group)
    Parameters
    Type Name Description
    Group group

    The Group.

    Implements

    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved