Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Reporting

#Declaration

[POCOViewModel]
public class ChooseDataProviderPage :
    WizardPageBase,
    IChooseDataProviderPageView

#Remarks

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

Select a Data Connection Type

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. 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.

#Inheritance

See Also