Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public class ObjectMemberParametersPage<TModel> :
    WizardPageBase<IObjectMemberParametersPageView, TModel>
    where TModel : class, IObjectDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IObjectMemberParametersPageView interface.

See Also