Skip to main content

ChooseJsonSchemaPage.Schema Property

Gets the schema of the retrieved JSON data source.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual JsonSchemaNode[] Schema { get; protected set; }

Property Value

Type Description
JsonSchemaNode[]

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

See Also