WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridBaseStyleCollection.GridBaseStyleEnumerator

    Show / Hide Table of Contents

    Class GridBaseStyleCollection.GridBaseStyleEnumerator

    A strongly typed enumerator for 'GridBaseStyleCollection'

    Inheritance
    System.Object
    GridBaseStyleCollection.GridBaseStyleEnumerator
    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.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridBaseStyleEnumerator : IEnumerator

    Constructors

    GridBaseStyleEnumerator(GridBaseStyleCollection)

    Enumerator constructor

    Declaration
    public GridBaseStyleEnumerator(GridBaseStyleCollection griMappings)
    Parameters
    Type Name Description
    GridBaseStyleCollection griMappings

    Base styles.

    Properties

    Current

    Gets the current element from the collection (strongly typed)

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

    Methods

    MoveNext()

    Advances the enumerator to the next element of the collection

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

    Reset()

    Sets the enumerator to the first element in the collection

    Declaration
    public void Reset()

    Explicit Interface Implementations

    IEnumerator.Current

    Gets the current element from the collection

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

    IEnumerator.MoveNext()

    Advances the enumerator to the next element of the collection

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

    IEnumerator.Reset()

    Sets the enumerator to the first element in the collection

    Declaration
    void IEnumerator.Reset()

    Implements

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