Skip to main content
All docs
V23.2

ChooseAvailableDataSourcePage Class

Declaration

export class ChooseAvailableDataSourcePage extends ChooseAvailableItemPage

Inheritance

Methods

canFinish Method

Declaration

canFinish(): boolean

Returns

Type
boolean

canNext Method

Specifies whether the next section is available.

Declaration

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

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

Returns

Type Description
Promise<IDataSourceWizardState>

A JQuery Promise object that identifies whether the commit succeeded.