ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BaseFieldCollection Class / Traverse Method

In This Topic
    Traverse Method
    In This Topic
    Iterates trough the collection from the top to the bottom.
    Syntax
    'Declaration
     
    Public Function Traverse() As System.Collections.Generic.IEnumerable(Of C1BaseField)
    public System.Collections.Generic.IEnumerable<C1BaseField> Traverse()

    Return Value

    List iterator.
    See Also