Class TreeTableEntrySourceCollectionEnumerator
A strongly typed enumerator for the TreeTableEntrySourceCollection.
Inheritance
System.Object
TreeTableEntrySourceCollectionEnumerator
Implements
System.Collections.IEnumerator
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Grids.Collections
Assembly: Syncfusion.GridCommon.WinUI.dll
Syntax
public class TreeTableEntrySourceCollectionEnumerator : Object, IEnumerator, IDisposable
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
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
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
System.IDisposable