Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

JsonDataSourceWizardPageId Variable

In This Article

Lists the values that identify sections of the Json Data Source Wizard pages.

#Declaration

TypeScript
export const JsonDataSourceWizardPageId: {
    ChooseJsonSourcePage: string;
    ChooseJsonSchemaPage: string;
    ChooseConnectionPage: string;
    SpecifyJsonConnectionPage: string;
};

#Members

Name Type Description
ChooseConnectionPage string

Identifies the Specify Data Source Settings (JSON) page’s Choose a data connection section.

ChooseJsonSchemaPage string

Identifies the Specify Data Source Settings (JSON) page’s Select data fields section.

ChooseJsonSourcePage string

Identifies the Specify Data Source Settings (JSON) page’s Select JSON source type section.

SpecifyJsonConnectionPage string

Identifies the Specify Data Source Settings (JSON) page’s Create a data connection section.