WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPropertyTypeDefaultStyleCollectionEnumerator - WindowsForms API Reference | Syncfusion GridPropertyTypeDefaultStyle elements of a GridPropertyTypeDefaultStyleCollection. ">

    Show / Hide Table of Contents

    Class GridPropertyTypeDefaultStyleCollectionEnumerator

    Enumerator class for GridPropertyTypeDefaultStyle elements of a GridPropertyTypeDefaultStyleCollection.

    Inheritance
    System.Object
    GridPropertyTypeDefaultStyleCollectionEnumerator
    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.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    public class GridPropertyTypeDefaultStyleCollectionEnumerator : IEnumerator

    Constructors

    GridPropertyTypeDefaultStyleCollectionEnumerator(GridPropertyTypeDefaultStyleCollection)

    Initializes the enumerator

    Declaration
    public GridPropertyTypeDefaultStyleCollectionEnumerator(GridPropertyTypeDefaultStyleCollection collection)
    Parameters
    Type Name Description
    GridPropertyTypeDefaultStyleCollection collection

    The collection.

    Properties

    Current

    Returns the current element

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

    Methods

    MoveNext()

    Moves to the next position

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

    True if next element exists.

    Reset()

    Resets the enumerator

    Declaration
    public virtual void Reset()

    Explicit Interface Implementations

    IEnumerator.Current

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

    Implements

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