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.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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