Provides a presenter to the Enter the Data Source Name page of the Data Source wizard.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v18.2.Win.dll
public class DashboardChooseDataSourceNamePage<TModel> :
ChooseDataSourceNamePage<TModel>
where TModel : class, IDashboardDataSourceModel
Public Class DashboardChooseDataSourceNamePage(Of TModel As {Class, IDashboardDataSourceModel})
Inherits ChooseDataSourceNamePage(Of TModel)
Implements
Name | Description |
---|---|
TModel |
The following image illustrates this wizard page.
The DashboardChooseDataSourceNamePage`1 presenter is associated with views implementing the IChooseDataSourceNamePageView interface.
To learn more, see How to Customize Views and Presenters Corresponding to Wizard Pages.