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

ConfigureExtractDataSourcePageView Class

Provides a view for the Specify Filter Options page of the Data Source wizard (Extract Data Source).

Namespace: DevExpress.DashboardWin.DataSourceWizard

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public class ConfigureExtractDataSourcePageView :
    WizardViewBase,
    IConfigureExtractDataSourcePageView

Remarks

The following image illustrates this wizard page.

DataSourceWizard_Extract_FilterData

The ConfigureExtractDataSourcePageView view routes user commands to the ConfigureExtractDataSourcePage<TModel> presenter.

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

See Also