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

JsonDataSourceModel.JsonSchema Property

Specifies the JSON data source schema.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public JsonSchemaNode JsonSchema { get; set; }

Property Value

Type Description
JsonSchemaNode

A JsonSchemaNode value that specifies the JSON source schema.

Implements

See Also