Skip to main content
A newer version of this page is available.
All docs
V18.2

ChooseJsonSchemaPageView.Initialize(JsonSchemaNode, String, String[]) Method

Initializes the Select Data Fields wizard page with specified JSON data source elements.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

Declaration

public void Initialize(
    JsonSchemaNode schema,
    string rootElement,
    string[] roots
)

Parameters

Name Type Description
schema JsonSchemaNode

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

rootElement String

A string that specifies the name of the selected root element.

roots String[]

An array of string values that specify names of available root elements.

See Also