IJsonSourceCustomizationService.CustomizeJsonSource(JsonDataSource) Method
Returns a new JSON source for the specified JSON data source.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| jsonDataSource | JsonDataSource | The JSON data source whose JSON source is being updated. |
Returns
| Type | Description |
|---|---|
| JsonSourceBase | A new JSON source. |
Remarks
For an implementation sample, review the IJsonSourceCustomizationService help topic.
See Also