IChooseDataSourceTypePageView Interface
In This Article
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.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Remarks
Note
This wizard page is no longer used in the default Wizard implementation. The following page is used instead: Choose
Depending on the target platform of your application, the following classes expose default implementations of the IChooseDataSourceTypePageView interface.
Platform | Page View |
---|---|
Win |
Choose |
WPF | Choose |
These views route user commands to the ChooseDataSourceTypePage<TModel> presenter.
See Also