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

FullscreenDataSourceWizardPageId Variable

In This Article

Lists the values that identify the Fullscreen Data Source Wizard‘s pages.

#Declaration

TypeScript
export const FullscreenDataSourceWizardPageId: {
    ChooseDataSourceTypePage: string;
    SpecifySqlDataSourceSettingsPage: string;
    SpecifyJsonDataSourceSettingsPage: string;
    SpecifyObjectDataSourceSettingsPage: string;
    SpecifyFederationDataSourceSettingsPage: string;
    SelectDataSourcePage: string;
};

#Members

Name Type Description
ChooseDataSourceTypePage string

Identifies the Select Data Source Type page (ChooseDataSourceTypePage class).

SelectDataSourcePage string

Identifies the Specify Data Source Settings (Database) page (SpecifySqlDataSourceSettingsPage class).

SpecifyFederationDataSourceSettingsPage string
SpecifyJsonDataSourceSettingsPage string

Identifies the Specify Data Source Settings (JSON) page (SpecifyJsonDataSourceSettingsPage class).

SpecifyObjectDataSourceSettingsPage string

Identifies the Specify Data Source Settings (JSON) page (SpecifyJsonDataSourceSettingsPage class).

SpecifySqlDataSourceSettingsPage string

Identifies the Specify Data Source Settings (JSON) page (SpecifyJsonDataSourceSettingsPage class).