Skip to main content
All docs
V23.2

SelectDataSourcePage Class

Declaration

export class SelectDataSourcePage extends FullscreenWizardPage

Inheritance

constructor(wizardOptions, dataSources)

Initializes a new instance of the SelectDataSourcePage class with specified settings.

Declaration

constructor(
    wizardOptions: DevExpress.Analytics.Wizard._DataSourceWizardOptions,
    dataSources: DevExpress.Analytics.Internal.IDataSourceInfo[]
)

Parameters

Name Type
wizardOptions _DataSourceWizardOptions
dataSources IDataSourceInfo[]

Properties

disabledSectionText Property

Declaration

disabledSectionText: any

Property Value

Type
any

Methods

getNextSectionId(sectionId) Method

Declaration

getNextSectionId(
    sectionId: string
): string

Parameters

Name Type
sectionId string

Returns

Type
string

registerSections Method

Registers the page’s section.

Declaration

registerSections(): void

Remarks

This method registers the following sections in the Select Data Source page:

showChooseDataSourceTypeSection Method

Declaration

showChooseDataSourceTypeSection(): boolean

Returns

Type
boolean

showPredefinedDataSourceSection Method

Declaration

showPredefinedDataSourceSection(): boolean

Returns

Type
boolean