Skip to main content
A newer version of this page is available. .

CreateExtractDataSourcePageView Class

Provides a view for the Create a Data Extract page of the Data Source wizard (Extract Data Source).

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public class CreateExtractDataSourcePageView :
    WizardViewBase,
    ICreateExtractDataSourcePageView

Remarks

The following image illustrates this wizard page.

DataSourceWizard_Extract_NewOrExisting

The CreateExtractDataSourcePageView view routes user commands to the CreateExtractDataSourcePage<TModel> presenter.

To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.

See Also