Back to Devexpress

DashboardChooseDataProviderPageView Class

dashboard-devexpress-dot-dashboardwin-dot-datasourcewizard-8848422f.md

latest3.0 KB
Original Source

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.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardChooseDataProviderPageView :
    ChooseDataProviderPageView
vb
Public Class DashboardChooseDataProviderPageView
    Inherits ChooseDataProviderPageView

Remarks

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

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.

Implements

IWizardPageView

IChooseDataProviderPageView

Inheritance

Show 11 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseDataProviderPageView DashboardChooseDataProviderPageView

See Also

DashboardChooseDataProviderPageView Members

DevExpress.DashboardWin.DataSourceWizard Namespace