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

ChooseJsonSchemaPage.Schema Property

Gets the schema of the retrieved JSON data source.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

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