Back to Devexpress

ChooseDataProviderPageView Class

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-views-a565dc29.md

latest3.3 KB
Original Source

ChooseDataProviderPageView Class

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

Namespace : DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public class ChooseDataProviderPageView :
    WizardViewBase,
    IChooseDataProviderPageView
vb
Public Class ChooseDataProviderPageView
    Inherits WizardViewBase
    Implements IChooseDataProviderPageView

Remarks

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

For the Data Source Wizard in SpreadsheetControl, set the SpreadsheetDataSourceWizardOptions.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. You can also limit the SQL data providers displayed on the Select a Data Connection Type page with the SqlWizardSettings.AvailableDataProviders property.

Implements

IXtraResizableControl

Inheritance

Show 11 items

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseDataProviderPageView DashboardChooseDataProviderPageView

See Also

ChooseDataProviderPageView Members

DevExpress.DataAccess.UI.Wizard.Views Namespace