Skip to main content
All docs
V25.2
  • PresentationCollectionBase<T>.GetEnumerator() Method

    Returns an enumerator that iterates through the collection.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public IEnumerator<T> GetEnumerator()

    Returns

    Type Description
    IEnumerator<T>

    An enumerator that can be used to iterate through the collection.

    See Also