Skip to main content
All docs
V23.2

IJsonSourceCustomizationService.CustomizeJsonSource(JsonDataSource) Method

Returns a new JSON source for the specified JSON data source.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

JsonSourceBase CustomizeJsonSource(
    JsonDataSource jsonDataSource
)

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