IJsonSourceCustomizationService.CustomizeJsonSource(JsonDataSource) Method
Returns a new JSON source for the specified JSON data source.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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