Class TreeTableEnumerator
Strongly typed enumerator for TreeTable.
Inheritance
System.Object
TreeTableEnumerator
Implements
System.Collections.IEnumerator
System.IDisposable
Namespace: Syncfusion.Windows.Collections
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class TreeTableEnumerator : Object, IEnumerator, IDisposable
Constructors
TreeTableEnumerator(ITreeTable)
Initializes a new TreeTableEnumerator.
Declaration
public TreeTableEnumerator(ITreeTable tree)
Parameters
Type | Name | Description |
---|---|---|
ITreeTable | tree |
Properties
Current
Returns the current node.
Declaration
public ITreeTableEntry Current { get; }
Property Value
Type |
---|
ITreeTableEntry |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Indicates whether to move to the next node.
Declaration
public bool MoveNext()
Returns
Type |
---|
System.Boolean |
Reset()
Resets the enumerator.
Declaration
public virtual void Reset()
Implements
System.Collections.IEnumerator
System.IDisposable