CustomJsonSource(String) Constructor
Initializes the CustomJsonSource class’s instance and sets its Json property to the passed value.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| json | String | JSON object with data. |
See Also