menu

UWP

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

    Show / Hide Table of Contents

    Class VirtualGroupRecordEntryEnumerator

    Represent the class to process the enumerator for Records in Group.

    Inheritance
    System.Object
    VirtualGroupRecordEntryEnumerator
    Implements
    System.Collections.Generic.IEnumerator<RecordEntry>
    System.Collections.IEnumerator
    System.IDisposable
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.UWP.dll
    Syntax
    public class VirtualGroupRecordEntryEnumerator : Object, IEnumerator<RecordEntry>, IEnumerator, IDisposable

    Constructors

    VirtualGroupRecordEntryEnumerator(VirtualRecordEntryList)

    Initializes a instance of VirtualRecordEntryList with specified recordsList.

    Declaration
    public VirtualGroupRecordEntryEnumerator(VirtualRecordEntryList recordsList)
    Parameters
    Type Name Description
    VirtualRecordEntryList recordsList

    Properties

    Current

    Gets the element in the collection at the current position of the enumerator.

    Declaration
    public RecordEntry Current { get; }
    Property Value
    Type Description
    RecordEntry

    The element in the collection at the current position of the enumerator.

    Methods

    Dispose()

    Disposes all the resources used by the VirtualGroupRecordEntryEnumerator class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the VirtualGroupRecordEntryEnumerator class.

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

    Indicates whether the call is from Dispose method or from a finalizer.

    MoveNext()

    Advances the enumerator to the next element of the collection.

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

    true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

    Reset()

    Sets the enumerator to its initial position, which is before the first element in the collection.

    Declaration
    public void Reset()

    Implements

    System.Collections.Generic.IEnumerator<>
    System.Collections.IEnumerator
    System.IDisposable

    Extension Methods

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