menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DisplayElementsInTableCollection - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DisplayElementsInTableCollection

    Implements a read-only collection of Element objects in a Table which represent a flattened view of grouped and hierarchical records that are visible and meet filter criteria in the data source. An instance of this collection is returned by the DisplayElements property of a Table object.

    This collection does not step into child elements of a NestedTable.

    Inheritance
    System.Object
    RuntimeElementsInTableCollection
    DisplayElementsInTableCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.IDisposable
    Inherited Members
    RuntimeElementsInTableCollection.ClearCache()
    RuntimeElementsInTableCollection.Contains(Element)
    RuntimeElementsInTableCollection.CopyTo(Element[], Int32)
    RuntimeElementsInTableCollection.Count
    RuntimeElementsInTableCollection.Dispose()
    RuntimeElementsInTableCollection.GetCustomCountPositionOf(Element)
    RuntimeElementsInTableCollection.GetEnumerator()
    RuntimeElementsInTableCollection.GetItemAtCustomCount(Double)
    RuntimeElementsInTableCollection.GetItemAtVisibleCustomCount(Double)
    RuntimeElementsInTableCollection.GetItemAtYAmount(Double)
    RuntimeElementsInTableCollection.GetVisibleCustomCountPositionOf(Element)
    RuntimeElementsInTableCollection.GetYAmountPositionOf(Element)
    RuntimeElementsInTableCollection.ICollection.CopyTo(Array, Int32)
    RuntimeElementsInTableCollection.ICollection.SyncRoot
    RuntimeElementsInTableCollection.IEnumerable.GetEnumerator()
    RuntimeElementsInTableCollection.IList.Add(Object)
    RuntimeElementsInTableCollection.IList.Clear()
    RuntimeElementsInTableCollection.IList.Contains(Object)
    RuntimeElementsInTableCollection.IList.get_Item(Int32)
    RuntimeElementsInTableCollection.IList.IndexOf(Object)
    RuntimeElementsInTableCollection.IList.Insert(Int32, Object)
    RuntimeElementsInTableCollection.IList.Item[Int32]
    RuntimeElementsInTableCollection.IList.Remove(Object)
    RuntimeElementsInTableCollection.IList.RemoveAt(Int32)
    RuntimeElementsInTableCollection.IList.set_Item(Int32, Object)
    RuntimeElementsInTableCollection.IndexOf(Element)
    RuntimeElementsInTableCollection.IsDisposed
    RuntimeElementsInTableCollection.IsFixedSize
    RuntimeElementsInTableCollection.IsReadOnly
    RuntimeElementsInTableCollection.IsSynchronized
    RuntimeElementsInTableCollection.Item[Int32]
    RuntimeElementsInTableCollection.YAmountCount
    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 DisplayElementsInTableCollection : 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 - 2025 Syncfusion Inc. All Rights Reserved