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

ChooseFilePage(IChooseFilePageView, IWizardRunnerContext, IDataDirectoryPatchingService) Constructor

Initializes a new instance of the ChooseFilePage<TModel> class with the specified settings.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public ChooseFilePage(
    IChooseFilePageView view,
    IWizardRunnerContext context,
    IDataDirectoryPatchingService dataDirectoryPatchingService
)

Parameters

Name Type Description
view IChooseFilePageView

An object implementing the IChooseFilePageView interface.

context IWizardRunnerContext

An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard.

dataDirectoryPatchingService IDataDirectoryPatchingService

An object implementing the IDataDirectoryPatchingService interface.

See Also