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

JsonDataSourceModel.JsonSource Property

Specifies a source of JSON data.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public JsonSourceBase JsonSource { get; set; }

Property Value

Type Description
JsonSourceBase

A JsonSourceBase object that specifies a source of JSON data.

Remarks

You can use the following descendants of the JsonSourceBase class to specify a source of JSON data:

  • CustomJsonSource

    This class specifies the string with JSON content.

  • UriJsonSource

    This class specifies the path to a JSON file or JSON data source.

Implements

See Also