Skip to main content
A newer version of this page is available. .

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.1.dll

Declaration

public class ConnectionPropertiesPage<TModel> :
    WizardPageBase<IConnectionPropertiesPageView, TModel>
    where TModel : class, ISqlDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConnectionPropertiesPageView interface.

Inheritance

Object
WizardPageBase<IConnectionPropertiesPageView, TModel>
ConnectionPropertiesPage<TModel>
See Also