WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridNamespaceGroupItemCollection.GridNamespaceGroupItemEnumerator - WindowsForms API Reference | Syncfusion GridNamespaceGroupItemCollection. ">

    Show / Hide Table of Contents

    Class GridNamespaceGroupItemCollection.GridNamespaceGroupItemEnumerator

    Implements a strongly typed enumerator for GridNamespaceGroupItemCollection.

    Inheritance
    System.Object
    GridNamespaceGroupItemCollection.GridNamespaceGroupItemEnumerator
    Implements
    System.Collections.IEnumerator
    Inherited Members
    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.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public class GridNamespaceGroupItemEnumerator : IEnumerator

    Constructors

    GridNamespaceGroupItemEnumerator(GridNamespaceGroupItemCollection)

    Initializes the new instances of the GridNamespaceGroupItemCollection.GridNamespaceGroupItemEnumerator class.

    Declaration
    public GridNamespaceGroupItemEnumerator(GridNamespaceGroupItemCollection styMappings)
    Parameters
    Type Name Description
    GridNamespaceGroupItemCollection styMappings

    A collection of GridNamespaceGroupItem objects.

    Properties

    Current

    Gets the current element from the collection (strongly typed).

    Declaration
    public GridNamespaceGroupItem Current { get; }
    Property Value
    Type Description
    GridNamespaceGroupItem

    Methods

    MoveNext()

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

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

    True if next element exists.

    Reset()

    Sets the enumerator to the first element in the collection

    Declaration
    public void Reset()

    Explicit Interface Implementations

    IEnumerator.Current

    Gets the current element from the collection.

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object

    IEnumerator.MoveNext()

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

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

    True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

    Exceptions
    Type Condition
    System.InvalidOperationException

    The collection was modified after the enumerator was created.

    IEnumerator.Reset()

    Sets the enumerator to the first element in the collection

    Declaration
    void IEnumerator.Reset()

    Implements

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