dashboard-devexpress-dot-dashboardwin-dot-datasourcewizard-08753161.md
Provides a view for the Create a Data Extract page of the Data Source wizard (Extract Data Source).
Namespace : DevExpress.DashboardWin.DataSourceWizard
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public class CreateExtractDataSourcePageView :
WizardViewBase,
ICreateExtractDataSourcePageView
Public Class CreateExtractDataSourcePageView
Inherits WizardViewBase
Implements ICreateExtractDataSourcePageView
The following image illustrates this wizard page.
The CreateExtractDataSourcePageView view routes user commands to the CreateExtractDataSourcePage<TModel> presenter.
To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.
ICreateExtractDataSourcePageView
Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase CreateExtractDataSourcePageView
See Also