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

ObjectMemberParametersPage(IParameterService) Constructor

Initializes a new instance of the ObjectMemberParametersPage class with the specified settings.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public ObjectMemberParametersPage(
    IParameterService parameterService
)

Parameters

Name Type Description
parameterService IParameterService

An object implementing the IParameterService interface.

See Also