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

    ChooseAvailableDataSourcePage Class

    #Declaration

    TypeScript
    export class ChooseAvailableDataSourcePage extends ChooseAvailableItemPage

    #Inheritance

    #Methods

    #canFinish Method

    #Declaration

    TypeScript
    canFinish(): boolean

    #Returns

    Type
    boolean

    #canNext Method

    Specifies whether the next section is available.

    #Declaration

    TypeScript
    canNext(): boolean

    #Returns

    Type Description
    boolean

    true, if the next section is available; otherwise, false.

    #commit Method

    Commits settings to the local page state.

    #Declaration

    TypeScript
    commit(): JQuery.Promise<DevExpress.Analytics.Wizard.IDataSourceWizardState, any, any>

    #Returns

    Type Description
    Promise<IDataSourceWizardState,any,any>

    A JQuery Promise object that identifies whether the commit succeeded.