WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeTableEntrySourceCollectionEnumerator - WindowsForms API Reference | Syncfusion TreeTableEntrySourceCollection. ">

    Show / Hide Table of Contents

    Class TreeTableEntrySourceCollectionEnumerator

    A strongly typed enumerator for the TreeTableEntrySourceCollection.

    Inheritance
    System.Object
    TreeTableEntrySourceCollectionEnumerator
    Implements
    System.Collections.IEnumerator
    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.Collections.BinaryTree
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class TreeTableEntrySourceCollectionEnumerator : 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 Description
    ITreeTableEntrySource

    Methods

    MoveNext()

    Indicates whether to move to the next object in the collection.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved