Skip to main content
All docs
V25.1
  • DashboardChooseExistingConnectionPage<TModel> Class

    Namespace: DevExpress.DashboardWin.DataSourceWizard.Presenters

    Assembly: DevExpress.Dashboard.v25.1.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