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

ChooseExtractFieldsPage<TModel> Class

Provides a presenter to the Select Data Fields page of the Data Source wizard (Extract Data Source).

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

Declaration

public class ChooseExtractFieldsPage<TModel> :
    WizardPageBase<IChooseExtractFieldsPageView, TModel>
    where TModel : IExtractDataSourceModel

Type Parameters

Name Description
TModel

The data source model type.

Remarks

The following image illustrates this wizard page.

DataSourceWizard_Extract_SelectFields

The ChooseExtractFieldsPage`1 presenter is associated with views implementing the IChooseExtractFieldsPageView interface.

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

Inheritance

Object
WizardPageBase<IChooseExtractFieldsPageView, TModel>
ChooseExtractFieldsPage<TModel>
See Also