DashboardChooseDataSourceTypePage<TModel> Class
In This Article
A presenter for the Select the Data Source Type page of the Data Source wizard.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public class DashboardChooseDataSourceTypePage<TModel> :
ChooseDataSourceTypePage<TModel>
where TModel : class, IDashboardDataSourceModel
#Type Parameters
Name | Description |
---|---|
TModel | The data source model type. |
#Remarks
Note
This wizard page is no longer used in the default Wizard implementation. The following page is used instead: Dashboard
The following image illustrates this wizard page.
The DashboardChooseDataSourceTypePage`1 presenter is associated with views implementing the IChooseDataSourceTypePageView interface.
For more information, refer to How to Customize Views and Presenters Corresponding to Wizard Pages.
#Inheritance
Object
WizardPageBase<IChooseDataSourceTypePageView, TModel>
ChooseDataSourceTypePage<TModel>
DashboardChooseDataSourceTypePage<TModel>
See Also