Skip to main content

ObjectMemberParametersPage(IParameterService) Constructor

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ObjectMemberParametersPage(
    IParameterService parameterService
)

Parameters

Name Type Description
parameterService IParameterService

An object implementing the IParameterService interface.

See Also