Skip to main content
A newer version of this page is available. .
All docs
V23.1

DashboardChooseExistingConnectionPage<TModel> Class

Namespace: DevExpress.DashboardWin.DataSourceWizard.Presenters

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

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.Win.Dashboard.Design

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