Skip to main content
All docs
V23.2

DashboardChooseExistingConnectionPage<TModel> Class

Namespace: DevExpress.DashboardWin.DataSourceWizard.Presenters

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public class DashboardChooseExistingConnectionPage<TModel> :
    ChooseExistingConnectionPage<TModel>
    where TModel : class, IDashboardDataSourceModel

Type Parameters

Name
TModel

Inheritance

Object
WizardPageBase<DevExpress.DataAccess.Wizard.Views.IChooseExistingConnectionPageView, TModel>
DevExpress.DataAccess.Wizard.Presenters.ChooseExistingConnectionPageBase<DevExpress.DataAccess.Wizard.Views.IChooseExistingConnectionPageView, TModel>
DevExpress.DataAccess.Wizard.Presenters.ChooseExistingConnectionPage<TModel>
DashboardChooseExistingConnectionPage<TModel>
See Also