A newer version of this page is available.
Switch to the current version.
ConnectionPropertiesPage<TModel> Class
Provides a presenter to the Specify a Connection String page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public class ConnectionPropertiesPage<TModel> :
ConnectionPropertiesPageBase<TModel>
where TModel : class, ISqlDataSourceModel
Public Class ConnectionPropertiesPage(Of TModel As {Class, ISqlDataSourceModel})
Inherits ConnectionPropertiesPageBase(Of TModel)
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the IConnectionPropertiesPageView interface.
Inheritance
Object
WizardPageBase<IConnectionPropertiesPageView, TModel>
ConnectionPropertiesPageBase<TModel>
ConnectionPropertiesPage<TModel>
See Also
Feedback