Skip to main content

ConfigureParametersPage(IParameterService, IPreviewDialogAccessor, IMessageBoxAccessor) Constructor

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ConfigureParametersPage(
    IParameterService parameterService,
    IPreviewDialogAccessor previewDialogAccessor,
    IMessageBoxAccessor messageBoxAccessor
)

Parameters

Name Type Description
parameterService IParameterService

An object implementing the IParameterService interface.

previewDialogAccessor IPreviewDialogAccessor

An object implementing the IPreviewDialogAccessor interface.

messageBoxAccessor IMessageBoxAccessor

An object implementing the IMessageBoxAccessor interface.

See Also