ConnectionPropertiesPage<TModel> Class
In This Article
Provides a presenter to the Specify a Connection String page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public class ConnectionPropertiesPage<TModel> :
ConnectionPropertiesPageBase<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>
ConnectionPropertiesPageBase<TModel>
ConnectionPropertiesPage<TModel>
See Also