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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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.
Platform | Page View |
---|---|
WinForms | ChooseDataSourceTypePageView |
WPF | ChooseDataSourceTypePage |
These views route user commands to the ChooseDataSourceTypePage<TModel> presenter.
See Also