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