Skip to main content
A newer version of this page is available. .

JsonDataSource.GetEnumerator() Method

Returns an enumerator that iterates through the collection of the data source’s objects.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public IEnumerator GetEnumerator()

Returns

Type Description
IEnumerator

An object that implements the IEnumerator interface.

See Also