Skip to main content
All docs
V25.1
  • SpecifyMongoDBDataSourceSettingsPage Class

    Implements the Data Source Wizard’s Specify Data Source Settings (MongoDB) page.

    Declaration

    export class SpecifyMongoDBDataSourceSettingsPage extends FullscreenWizardPage

    Inheritance

    WizardPageBase<TState, TResult>
    FullscreenWizardPage
    SpecifyMongoDBDataSourceSettingsPage

    constructor(_dataSourceWizardOptions)

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

    Declaration

    constructor(
        _dataSourceWizardOptions: DevExpress.Analytics.Wizard._DataSourceWizardOptions
    )

    Parameters

    Name Type
    _dataSourceWizardOptions _DataSourceWizardOptions

    Methods

    canNext Method

    Specifies whether the Next button is enabled on a wizard page.

    Declaration

    canNext(): boolean

    Returns

    Type Description
    boolean

    true, if the Next button is enabled; otherwise, false.

    getNextSectionId(sectionId) Method

    Returns the next section’s ID.

    Declaration

    getNextSectionId(
        sectionId: string
    ): string

    Parameters

    Name Type Description
    sectionId string

    The next section’s ID.

    Returns

    Type Description
    string

    The next section’s ID.

    Remarks

    You should override this method when you remove a specific section from the page and want to skip this section in the navigation logic.

    See the following topics for more information:

    registerSections Method

    Registers the page sections.

    Declaration

    registerSections(): void