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