JsonDataSource.GetEnumerator() Method
Returns an enumerator that iterates through the collection of the data source’s objects.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Returns
Type | Description |
---|---|
IEnumerator | An object that implements the IEnumerator interface. |
See Also