ConfigureExcelFileColumnsPage(IConfigureExcelFileColumnsPageView, IWizardRunnerContext, IDataDirectoryPatchingService) Constructor
Initializes a new instance of the ConfigureExcelFileColumnsPage<TModel> class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
public ConfigureExcelFileColumnsPage(
IConfigureExcelFileColumnsPageView view,
IWizardRunnerContext context,
IDataDirectoryPatchingService dataDirectoryPatchingService
)
Parameters
Name | Type | Description |
---|---|---|
view | IConfigureExcelFileColumnsPageView | An object implementing the IConfigureExcelFileColumnsPageView 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