menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeTableEntrySourceCollectionEnumerator - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeTableEntrySourceCollectionEnumerator

    A strongly typed enumerator for the TreeTableEntrySourceCollection.

    Inheritance
    System.Object
    TreeTableEntrySourceCollectionEnumerator
    Implements
    System.Collections.IEnumerator
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Collections
    Assembly: Syncfusion.SfGrid.UWP.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 isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved