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