Back to Devexpress

IConnectionPropertiesPageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-01c59b31.md

latest2.3 KB
Original Source

IConnectionPropertiesPageView Interface

If implemented, provides a view for the Specify a Connection String 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 IConnectionPropertiesPageView
vb
Public Interface IConnectionPropertiesPageView

Remarks

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

PlatformPage View
WinFormsConnectionPropertiesPageView
WPFConnectionPropertiesPage

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

To learn more, see Page Views and Presenters.

See Also

IConnectionPropertiesPageView Members

Presenters.ConnectionPropertiesPage

ConnectionPropertiesPageView

DataSourceWizard.ConnectionPropertiesPage

DevExpress.DataAccess.Wizard.Views Namespace