Skip to main content

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

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

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