SelectDataSourcePage Class
In This Article
#Declaration
TypeScript
export class SelectDataSourcePage extends FullscreenWizardPage
#Inherited Members
#Inheritance
WizardPageBase<TState, TResult>
FullscreenWizardPage
SelectDataSourcePage
#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 |
---|---|
wizard |
_Data |
data |
IData |
#Properties
#disabledSectionText Property
#Declaration
TypeScript
disabledSectionText: any
#Property Value
Type |
---|
any |
#Methods
#getNextSectionId(sectionId) Method
#Declaration
TypeScript
getNextSectionId(
sectionId: string
): string
#Parameters
Name | Type |
---|---|
section |
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:
- ChooseAvailableDataSourcePage - allows users to select an available data source;
- ChooseDataSourceTypePage - allows users to select a type for a new data source.
#showChooseDataSourceTypeSection Method
#Declaration
TypeScript
showChooseDataSourceTypeSection(): boolean
#Returns
Type |
---|
boolean |
#showPredefinedDataSourceSection Method
#Declaration
TypeScript
showPredefinedDataSourceSection(): boolean
#Returns
Type |
---|
boolean |