alexa
menu

WinForms

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

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    RecordsInTableCollectionBase
    FilteredRecordsInTableCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.IDisposable
    Inherited Members
    RecordsInTableCollectionBase.Contains(Record)
    RecordsInTableCollectionBase.CopyTo(Record[], Int32)
    RecordsInTableCollectionBase.Count
    RecordsInTableCollectionBase.Dispose()
    RecordsInTableCollectionBase.GetEnumerator()
    RecordsInTableCollectionBase.IndexOf(Record)
    RecordsInTableCollectionBase.IsFixedSize
    RecordsInTableCollectionBase.IsReadOnly
    RecordsInTableCollectionBase.IsSynchronized
    RecordsInTableCollectionBase.Item[Int32]
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved