Skip to main content

ICreateExtractDataSourcePageView Interface

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public interface ICreateExtractDataSourcePageView

Remarks

The CreateExtractDataSourcePageView class provides a default implementation of the ICreateExtractDataSourcePageView interface.

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

See Also