C1.Web.Wijmo.Controls.45 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)
 

Return Value

List iterator.
See Also