A newer version of this page is available.
Switch to the current version.
SaveXPObjectSourceConnectionPage<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.v18.2.dll
Declaration
public class SaveXPObjectSourceConnectionPage<TModel> :
SaveConnectionPageBase<TModel>
where TModel : class, IXPObjectSourceModel
Public Class SaveXPObjectSourceConnectionPage(Of TModel As {Class, IXPObjectSourceModel})
Inherits SaveConnectionPageBase(Of TModel)
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the ISaveConnectionPageView interface.
You can create a descendant of this class to customize logic behind the Save the Connection String wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.
Inheritance
Object
WizardPageBase<ISaveConnectionPageView, TModel>
SaveConnectionPageBase<TModel>
SaveXPObjectSourceConnectionPage<TModel>
See Also
Feedback