Back to Devexpress

ChooseDataProviderPage Class

wpf-devexpress-dot-xpf-dot-dataaccess-dot-datasourcewizard-8dbbb7ac.md

latest3.0 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
[POCOViewModel]
public class ChooseDataProviderPage :
    WizardPageBase,
    IChooseDataProviderPageView
vb
<POCOViewModel>
Public Class ChooseDataProviderPage
    Inherits WizardPageBase
    Implements IChooseDataProviderPageView

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

PlatformPage View
WinFormsChooseDataProviderPageView
WPFChooseDataProviderPage

For more information, see Data Source Wizard Pages.

Inheritance

Object BindableBase ViewModelBase WizardPageBase ChooseDataProviderPage

See Also

ChooseDataProviderPage Members

DevExpress.Xpf.DataAccess.DataSourceWizard Namespace