Back to Devexpress

IChooseDataSourceTypePageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-85a40f5c.md

latest2.4 KB
Original Source

IChooseDataSourceTypePageView Interface

If implemented, supplies a view for the Select the data source type page of the Data Source Wizard.

Namespace : DevExpress.DataAccess.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IChooseDataSourceTypePageView
vb
Public Interface IChooseDataSourceTypePageView

Remarks

Note

This wizard page is no longer used in the default Wizard implementation. The following page is used instead: ChooseDataProviderPageView.

Depending on the target platform of your application, the following classes expose default implementations of the IChooseDataSourceTypePageView interface.

PlatformPage View
WinFormsChooseDataSourceTypePageView
WPFChooseDataSourceTypePage

These views route user commands to the ChooseDataSourceTypePage<TModel> presenter.

See Also

IChooseDataSourceTypePageView Members

Presenters.ChooseDataSourceTypePage

ChooseDataSourceTypePageView

DataSourceWizard.ChooseDataSourceTypePage

DevExpress.DataAccess.Wizard.Views Namespace