Class GridBaseStyleCollection.GridBaseStyleEnumerator
A strongly typed enumerator for 'GridBaseStyleCollection'
Inheritance
System.Object
GridBaseStyleCollection.GridBaseStyleEnumerator
Implements
System.Collections.IEnumerator
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridBaseStyleEnumerator : Object, IEnumerator
Constructors
GridBaseStyleEnumerator(GridBaseStyleCollection)
Enumerator constructor
Declaration
public GridBaseStyleEnumerator(GridBaseStyleCollection griMappings)
Parameters
Type | Name | Description |
---|---|---|
GridBaseStyleCollection | griMappings | Base styles. |
Properties
Current
Gets the current element from the collection (strongly typed)
Declaration
public GridBaseStyle Current { get; }
Property Value
Type |
---|
GridBaseStyle |
Methods
MoveNext()
Advances the enumerator to the next element of the collection
Declaration
public bool MoveNext()
Returns
Type |
---|
System.Boolean |
Reset()
Sets the enumerator to the first element in the collection
Declaration
public void Reset()
Implements
System.Collections.IEnumerator