Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public CustomJsonSource(
    string json
)

Parameters

Name Type Description
json String

JSON object with data.

See Also