Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 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

FullscreenDataSourceWizard Class

Implements the functionality for the fullscreen Data Source Wizard.

#Declaration

TypeScript
export class FullscreenDataSourceWizard extends FullscreenWizard

#Inheritance

BaseWizard
PopupWizard
FullscreenWizard
FullscreenDataSourceWizard

#constructor(factory, _dataSourceWizardOptions)

Creates a new instance of the BaseWizard class.

#Declaration

TypeScript
constructor(
    factory: DevExpress.Analytics.Wizard.FullscreenWizardPageFactory,
    _dataSourceWizardOptions: DevExpress.Analytics.Wizard._DataSourceWizardOptions
)

#Parameters

Name Type
factory FullscreenWizardPageFactory
_dataSourceWizardOptions _DataSourceWizardOptions

#Methods

#canRunWizard Method

Specifies whether the wizard can run.

#Declaration

TypeScript
canRunWizard(): boolean

#Returns

Type Description
boolean

true, if users can create new data sources; otherwise, false.

#initialize(state) Method

Initializes the wizard with the specified settings.

#Declaration

TypeScript
initialize(
    state: DevExpress.Analytics.Wizard.IDataSourceWizardState,
    createIterator?: (pageFactory: DevExpress.Analytics.Wizard.PageFactory,
    stateManager: DevExpress.Analytics.Wizard.StateManager) => DevExpress.Analytics.Wizard.PageIterator
): void

#Parameters

Name Type Description
state IDataSourceWizardState

The global state.

createIterator (pageFactory: PageFactory, stateManager: StateManager) => PageIterator<any>

#Remarks

This method initializes the global state with the predefined settings and assigns the PageIterator object.

You can use the beforeInitialize and afterInitialize events to customize the wizard.

See the following topics for more information: