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

FullscreenDataSourceWizardSectionId Variable

In This Article

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

#Declaration

TypeScript
export const FullscreenDataSourceWizardSectionId: {
    SpecifyJsonConnectionPage: string;
    ChooseJsonSchemaPage: string;
    ChooseJsonSourcePage: string;
    ChooseSqlConnectionPage: string;
    ConfigureFederatedQueriesPage: string;
    ConfigureFederatedMasterDetailRelationshipsPage: string;
    ConfigureQueryPage: string;
    ConfigureQueryParametersPage: string;
    ConfigureMasterDetailRelationshipsPage: string;
};

#Members

Name Type Description
ChooseJsonSchemaPage string

Identifies the Specify Data Source Settings (JSON) page’s section that allows users to choose data fields for a JSON data source (the ChooseJsonSchemaPage class).

ChooseJsonSourcePage string

Identifies the Specify Data Source Settings (JSON) page’s section that allows users to choose a connection for a JSON data source (the ChooseJsonSourcePage class).

ChooseSqlConnectionPage string

Identifies the Specify Data Source Settings (Database) page’s section that allows users to select a data connection (the ChooseSqlConnectionPage class).

ConfigureFederatedMasterDetailRelationshipsPage string

Identifies the Specify Data Source Settings (Database) page’s section that allows users to configure master-detail relationships (the ConfigureMasterDetailRelationshipsPage class).

ConfigureFederatedQueriesPage string

Identifies the Specify Data Source Settings (Database) page’s section that allows users to select queries (the MultiQueryConfigurePage class).

ConfigureMasterDetailRelationshipsPage string

Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the MultiQueryConfigureParametersPage class).

ConfigureQueryPage string

Identifies the Specify Data Source Settings (JSON) page’s section that allows users to specify a connection for a JSON data source (the SpecifyJsonConnectionPage

ConfigureQueryParametersPage string

Identifies the Specify Data Source Settings (Database) page’s section that allows users to create query parameters (the MultiQueryConfigureParametersPage class).

SpecifyJsonConnectionPage string

Identifies the Specify Data Source Settings (JSON) page’s section that allows users to specify a connection for a JSON data source (the SpecifyJsonConnectionPage