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.
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.IDisposable
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.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