Back to Devexpress

ISaveConnectionPageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-1fdd824f.md

latest2.0 KB
Original Source

ISaveConnectionPageView Interface

If implemented, provides a view for the Save the 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 ISaveConnectionPageView
vb
Public Interface ISaveConnectionPageView

Remarks

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

PlatformPage View
WinFormsSaveConnectionPageView
WPFSaveConnectionPage

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

See Also

ISaveConnectionPageView Members

Presenters.SaveConnectionPage

SaveConnectionPageView

DataSourceWizard.SaveConnectionPage

DevExpress.DataAccess.Wizard.Views Namespace