SaveConnectionPage<TModel> Class
Provides a presenter to the Save the Connection String page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public class SaveConnectionPage<TModel> :
SaveConnectionPageBase<TModel>
where TModel : class, ISqlDataSourceModel
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the ISaveConnectionPageView interface.
Inheritance
Object
WizardPageBase<ISaveConnectionPageView, TModel>
SaveConnectionPageBase<TModel>
SaveConnectionPage<TModel>
See Also