Class TreeTableWithSummaryEnumerator
A strongly typed enumerator for the TreeTableWithSummary collection.
Implements
System.Collections.IEnumerator
System.IDisposable
Inherited Members
Namespace: Syncfusion.Maui.GridCommon.Collections
Assembly: Syncfusion.Maui.GridCommon.dll
Syntax
public class TreeTableWithSummaryEnumerator : TreeTableEnumerator, IEnumerator, IDisposable
Constructors
TreeTableWithSummaryEnumerator(TreeTable)
Initializes a new TreeTableWithSummaryEnumerator.
Declaration
public TreeTableWithSummaryEnumerator(TreeTable tree)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeTable | tree |
Properties
Current
Returns the current TreeTableWithSummary object.
Declaration
public TreeTableWithSummaryEntry Current { get; }
Property Value
| Type |
|---|
| TreeTableWithSummaryEntry |
Implements
System.Collections.IEnumerator
System.IDisposable