Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • DashboardChooseDataProviderPageView Class

    Supplies a view for the Select a Data Connection Type page of the Data Source Wizard.

    Namespace: DevExpress.DashboardWin.DataSourceWizard

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

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

    Declaration

    public class DashboardChooseDataProviderPageView :
        ChooseDataProviderPageView

    Remarks

    The following image illustrates the Select a Data Connection Type page:

    DataSourceWizard_Database

    Set the DataSourceWizardSettings.UseMergedConnectionTypePage property to true to use the wizard design illustrated above.

    The XPO Data Source is hidden from the list of data sources available in the Data Source Wizard. Use the DashboardDesignerDataSourceWizardSettings.AvailableDataSourceTypes property to specify the data connections displayed on the page.

    This view routes user commands to the ChooseDataProviderPage<TModel> presenter.

    See Also