Class GridPropertyTypeDefaultStyleCollectionEnumerator
Enumerator class for GridPropertyTypeDefaultStyle elements of a GridPropertyTypeDefaultStyleCollection.
Inheritance
System.Object
GridPropertyTypeDefaultStyleCollectionEnumerator
Implements
System.Collections.IEnumerator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |
---|
System.Object |
Implements
System.Collections.IEnumerator