Skip to main content

IConfigureExtractDataSourcePageView Interface

In This Article

If implemented, provides a view for the Specify Filter Options page of the Data Source Wizard (Extract Data Source).

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Win.Dashboard

#Declaration

public interface IConfigureExtractDataSourcePageView

#Remarks

The ConfigureExtractDataSourcePageView class provides a default implementation of the IConfigureExtractDataSourcePageView interface.

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

See Also