alexa
menu

WinForms

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

    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.IndexOf(Element)
    RuntimeElementsInTableCollection.IsDisposed
    RuntimeElementsInTableCollection.IsFixedSize
    RuntimeElementsInTableCollection.IsReadOnly
    RuntimeElementsInTableCollection.IsSynchronized
    RuntimeElementsInTableCollection.Item[Int32]
    RuntimeElementsInTableCollection.YAmountCount
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved