menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ElementsInTableCollection - API Reference

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    RuntimeElementsInTableCollection
    ElementsInTableCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.IDisposable
    Inherited Members
    RuntimeElementsInTableCollection.Dispose()
    RuntimeElementsInTableCollection.ClearCache()
    RuntimeElementsInTableCollection.Contains(Element)
    RuntimeElementsInTableCollection.IndexOf(Element)
    RuntimeElementsInTableCollection.GetItemAtYAmount(Double)
    RuntimeElementsInTableCollection.GetYAmountPositionOf(Element)
    RuntimeElementsInTableCollection.GetItemAtCustomCount(Double)
    RuntimeElementsInTableCollection.GetCustomCountPositionOf(Element)
    RuntimeElementsInTableCollection.GetItemAtVisibleCustomCount(Double)
    RuntimeElementsInTableCollection.GetVisibleCustomCountPositionOf(Element)
    RuntimeElementsInTableCollection.CopyTo(Element[], Int32)
    RuntimeElementsInTableCollection.GetEnumerator()
    RuntimeElementsInTableCollection.IList.get_Item(Int32)
    RuntimeElementsInTableCollection.IList.set_Item(Int32, Object)
    RuntimeElementsInTableCollection.IList.RemoveAt(Int32)
    RuntimeElementsInTableCollection.IList.Insert(Int32, Object)
    RuntimeElementsInTableCollection.IList.Remove(Object)
    RuntimeElementsInTableCollection.IList.Contains(Object)
    RuntimeElementsInTableCollection.IList.Clear()
    RuntimeElementsInTableCollection.IList.IndexOf(Object)
    RuntimeElementsInTableCollection.IList.Add(Object)
    RuntimeElementsInTableCollection.ICollection.CopyTo(Array, Int32)
    RuntimeElementsInTableCollection.IEnumerable.GetEnumerator()
    RuntimeElementsInTableCollection.IsDisposed
    RuntimeElementsInTableCollection.Item[Int32]
    RuntimeElementsInTableCollection.IsReadOnly
    RuntimeElementsInTableCollection.IList.Item[Int32]
    RuntimeElementsInTableCollection.IsFixedSize
    RuntimeElementsInTableCollection.IsSynchronized
    RuntimeElementsInTableCollection.Count
    RuntimeElementsInTableCollection.YAmountCount
    RuntimeElementsInTableCollection.ICollection.SyncRoot
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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

    Extension Methods

    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.MoveTo(IList, Int32, Int32)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved