Skip to main content

IChooseJsonSchemaPageView.Schema Property

If implemented, gets the schema of the retrieved JSON data source.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v24.1.dll

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

Declaration

JsonSchemaNode[] Schema { get; }

Property Value

Type Description
JsonSchemaNode[]

A collection of JsonSchemaNode objects that specifies the schema of the retrieved JSON data source.

See Also