Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 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

    SelectDataSourcePage Class

    #Declaration

    TypeScript
    export class SelectDataSourcePage extends FullscreenWizardPage

    #constructor(wizardOptions, dataSources)

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

    #Declaration

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

    #Parameters

    Name Type
    wizardOptions _DataSourceWizardOptions
    dataSources IDataSourceInfo[]

    #Properties

    #disabledSectionText Property

    #Declaration

    TypeScript
    disabledSectionText: any

    #Property Value

    Type
    any

    #Methods

    #getNextSectionId(sectionId) Method

    #Declaration

    TypeScript
    getNextSectionId(
        sectionId: string
    ): string

    #Parameters

    Name Type
    sectionId string

    #Returns

    Type
    string

    #registerSections Method

    Registers the page’s section.

    #Declaration

    TypeScript
    registerSections(): void

    #Remarks

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

    #showChooseDataSourceTypeSection Method

    #Declaration

    TypeScript
    showChooseDataSourceTypeSection(): boolean

    #Returns

    Type
    boolean

    #showPredefinedDataSourceSection Method

    #Declaration

    TypeScript
    showPredefinedDataSourceSection(): boolean

    #Returns

    Type
    boolean