Class FilteredRecordsInTableCollection
Represents a class that provides the read-only collection of sorted Record elements that meets filter criteria and are children of a Table.
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 FilteredRecordsInTableCollection : RecordsInTableCollectionBase, IList, ICollection, IEnumerable, IDisposable
Remarks
See RecordFilterDescriptorCollection or RecordFilters for filter criteria. An instance of this collection is returned by the FilteredRecords property of a Table object.
The collection provides support for determining a record's position in the grouped table using the IndexOf(Record) method.
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.IDisposable