alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridCellInfoCollection.GridCellInfoEnumerator

    Implements strongly typed enumerator for 'GridCellInfoCollection'

    Inheritance
    System.Object
    GridCellInfoCollection.GridCellInfoEnumerator
    Implements
    System.Collections.IEnumerator
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridCellInfoEnumerator : Object, IEnumerator

    Constructors

    GridCellInfoEnumerator(GridCellInfoCollection)

    Initializes the new instances of the GridCellInfoCollection.GridCellInfoEnumerator class.

    Declaration
    public GridCellInfoEnumerator(GridCellInfoCollection griMappings)
    Parameters
    Type Name Description
    GridCellInfoCollection griMappings

    A collection of GridCellInfo objects.

    Properties

    Current

    Gets the current element from the collection (strongly typed)

    Declaration
    public GridCellInfo Current { get; }
    Property Value
    Type
    GridCellInfo

    Methods

    MoveNext()

    Determines whether the enumerator moves to the next element of the collection

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean

    True if next element exists; False otherwise.

    Reset()

    Sets the enumerator to the first element in the collection

    Declaration
    public void Reset()

    Implements

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