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

IChooseExtractFieldsPageView Interface

If implemented, provides a view for the Select Data Fields page of the Data Source Wizard (Extract Data Source).

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public interface IChooseExtractFieldsPageView

Remarks

The ChooseExtractFieldsPageView class provides a default implementation of the IChooseExtractFieldsPageView interface.

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

See Also