ChooseJsonSchemaPageView.Schema Property
Gets the schema of the retrieved JSON data source.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Property Value
Type | Description |
---|---|
JsonSchemaNode[] | A collection of JsonSchemaNode objects that specifies the schema of the retrieved JSON data source. |
See Also