Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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.

Inheritance

See Also