Back to Devexpress

IChooseConnectionPageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-0e2d19dc.md

latest2.1 KB
Original Source

IChooseConnectionPageView Interface

If implemented, provides a view for the Select a Data Connection 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 IChooseConnectionPageView
vb
Public Interface IChooseConnectionPageView

Remarks

Depending on the target platform of your application, the following classes provide default implementations of the IChooseConnectionPageView interface.

PlatformPage View
WinFormsChooseConnectionPageView
WPFChooseConnectionPage

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

See Also

IChooseConnectionPageView Members

Presenters.ChooseConnectionPage

ChooseConnectionPageView

DataSourceWizard.ChooseConnectionPage

DevExpress.DataAccess.Wizard.Views Namespace