Skip to main content

ChooseFileOptionsPage(IChooseFileOptionsPageView, IWizardRunnerContext, IExcelSchemaProvider, IDataDirectoryPatchingService) Constructor

Initializes a new instance of the ChooseFileOptionsPage<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 ChooseFileOptionsPage(
    IChooseFileOptionsPageView view,
    IWizardRunnerContext context,
    IExcelSchemaProvider excelSchemaProvider,
    IDataDirectoryPatchingService dataDirectoryPatchingService
)

Parameters

Name Type Description
view IChooseFileOptionsPageView

An object implementing the IChooseFileOptionsPageView interface.

context IWizardRunnerContext

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

excelSchemaProvider IExcelSchemaProvider

An object implementing the IExcelSchemaProvider interface.

dataDirectoryPatchingService IDataDirectoryPatchingService

An object implementing the IDataDirectoryPatchingService interface.

See Also