Class FlattenedFilteredRecordsInGroupCollection
A Read-only collection of sorted Record elements that meet filter criteria and are children of a Group. See RecordFilterDescriptorCollection or RecordFilters for filter criteria. An instance of this collection is returned by the FilteredRecords property of a Group object.
The collection provides support for determining a record's position in the grouped group using the IndexOf(Record) method.
Inheritance
System.Object
FlattenedFilteredRecordsInGroupCollection
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 FlattenedFilteredRecordsInGroupCollection : FlattenedRecordsInGroupCollectionBase, IList, ICollection, IEnumerable, IDisposable
Constructors
FlattenedFilteredRecordsInGroupCollection(Group)
Initializes the new instance of FlattenedFilteredRecordsInGroupCollection class.
Declaration
public FlattenedFilteredRecordsInGroupCollection(Group group)
Parameters
Type | Name | Description |
---|---|---|
Group | group | The Group. |
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.IDisposable