Class ElementsInTableCollection
Implements a read-only collection Element objects in a Table which represent a flattened view of grouped and hierarchical records. All records are returned no matter if they meet filter criteria or not. An instance of this collection is returned by the Elements property of a Table object.
This collection does not step into child elements of a NestedTable.
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 ElementsInTableCollection : RuntimeElementsInTableCollection, IList, ICollection, IEnumerable, IDisposable
Implements
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
System.IDisposable