Provides a view for the Select Data Fields page of the Data Source wizard (Extract Data Source).
Namespace: DevExpress.DashboardWin.DataSourceWizard
Assembly: DevExpress.Dashboard.v19.2.Win.dll
public class ChooseExtractFieldsPageView : WizardViewBase, IChooseExtractFieldsPageView
Public Class ChooseExtractFieldsPageView Inherits WizardViewBase Implements IChooseExtractFieldsPageView
The following image illustrates this wizard page.
The ChooseExtractFieldsPageView view routes user commands to the ChooseExtractFieldsPage<TModel> presenter.
To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.