Skip to main content
All docs
V25.2
  • ChooseDataProviderPage Class

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

    Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

    Assembly: DevExpress.Xpf.DataAccess.v25.2.dll

    Declaration

    [POCOViewModel]
    public class ChooseDataProviderPage :
        WizardPageBase,
        IChooseDataProviderPageView

    Remarks

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

    Select a Data Connection Type

    The XPO Data Source is hidden from the list of data sources available in the Data Source Wizard. To customize the list of displayed data connection types, use the DataSourceWizardSettings.AvailableDataSourceTypes property. Also, you can limit the SQL data providers displayed on the Select a Data Connection Type page with the SqlWizardSettings.AvailableDataProviders property.

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

    Depending on the target platform of your application, the following classes provide default implementations of the IChooseDataProviderPageView interface:

    Platform Page View
    WinForms ChooseDataProviderPageView
    WPF ChooseDataProviderPage

    For more information, see Data Source Wizard Pages.

    Inheritance

    See Also