WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeTableEnumerator - WPF API Reference | Syncfusion TreeTable. ">

    Show / Hide Table of Contents

    Class TreeTableEnumerator

    Strongly typed enumerator for TreeTable.

    Inheritance
    System.Object
    TreeTableEnumerator
    GenericTreeTableEnumerator<V>
    GenericTreeTableWithCounterEnumerator<V, C>
    GenericTreeTableWithSummaryEnumerator<V>
    TreeTableWithCounterEnumerator
    TreeTableWithSummaryEnumerator
    Implements
    System.Collections.IEnumerator
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Collections
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TreeTableEnumerator : 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 Description
    ITreeTableEntry

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    MoveNext()

    Indicates whether to move to the next node.

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean

    Reset()

    Resets the enumerator.

    Declaration
    public virtual void Reset()

    Explicit Interface Implementations

    IEnumerator.Current

    Returns the current enumerator.

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object

    Implements

    System.Collections.IEnumerator
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved