ObjectMemberParametersPage<TModel> Class
Provides a presenter to the Specify the Member Parameters page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v20.2.dll
Declaration
public class ObjectMemberParametersPage<TModel> :
WizardPageBase<IObjectMemberParametersPageView, TModel>
where TModel : class, IObjectDataSourceModel
Public Class ObjectMemberParametersPage(Of TModel As {Class, IObjectDataSourceModel})
Inherits WizardPageBase(Of IObjectMemberParametersPageView, TModel)
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the IObjectMemberParametersPageView interface.
Inheritance
See Also
Feedback