Class TreeTableEntrySourceCollectionEnumerator
A strongly typed enumerator for the TreeTableEntrySourceCollection.
Inheritance
System.Object
TreeTableEntrySourceCollectionEnumerator
Implements
System.Collections.IEnumerator
Namespace: Syncfusion.Windows.Collections
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class TreeTableEntrySourceCollectionEnumerator : Object, IEnumerator
Constructors
TreeTableEntrySourceCollectionEnumerator(TreeTableEntrySourceCollection)
Initializes the TreeTableEntrySourceCollectionEnumerator.
Declaration
public TreeTableEntrySourceCollectionEnumerator(TreeTableEntrySourceCollection collection)
Parameters
Type | Name | Description |
---|---|---|
TreeTableEntrySourceCollection | collection |
Properties
Current
Returns the current ITreeTableEntrySource object.
Declaration
public ITreeTableEntrySource Current { get; }
Property Value
Type |
---|
ITreeTableEntrySource |
Methods
MoveNext()
Indicates whether to move to the next object in the collection.
Declaration
public bool MoveNext()
Returns
Type |
---|
System.Boolean |
Reset()
Resets the enumerator.
Declaration
public virtual void Reset()
Implements
System.Collections.IEnumerator