Skip to main content

DashboardChooseDataSourceNamePage<TModel> Class

Provides a presenter to the Enter the Data Source Name page of the Data Source wizard.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public class DashboardChooseDataSourceNamePage<TModel> :
    ChooseDataSourceNamePage<TModel>
    where TModel : class, IDashboardDataSourceModel

Type Parameters

Name Description
TModel

The data source model type.

Remarks

The following image illustrates this wizard page.

DataSourceWizard_NamePage

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.

Inheritance

Object
WizardPageBase<IChooseDataSourceNamePageView, TModel>
ChooseDataSourceNamePage<TModel>
DashboardChooseDataSourceNamePage<TModel>
See Also