alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class EngineTableEnumerable

    For internal use. Represents a class that supports a simple iteration over a non-generic collection to the engine table.

    Inheritance
    System.Object
    EngineTableEnumerable
    Implements
    System.Collections.IEnumerable
    Namespace: Syncfusion.Grouping
    Assembly: Syncfusion.Grouping.Base.dll
    Syntax
    public class EngineTableEnumerable : Object, IEnumerable

    Constructors

    EngineTableEnumerable(Engine)

    For internal use. Initializes a new instance of the EngineTableEnumerable class.

    Declaration
    public EngineTableEnumerable(Engine engine)
    Parameters
    Type Name Description
    Engine engine

    Methods

    GetEnumerator()

    For internal use. Gets an enumerator that iterates through a collection.

    Declaration
    public IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator

    An instance of the EngineTableEnumerator class.

    Implements

    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved