Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ExcelDataSourceUIHelper.EditDataSource Method

Name Parameters Description
EditDataSource(ExcelDataSource, EditDataSourceContext) static dataSource, context Invokes the Excel Data Source Editor with the specified settings.
EditDataSource(ExcelDataSource, IWizardRunnerContext, IExcelSchemaProvider) static dataSource, context, excelSchemaProvider Obsolete. Invokes the Excel Data Source Editor with the specified settings.
EditDataSource(ExcelDataSource, UserLookAndFeel, IWin32Window, IExcelSchemaProvider) static dataSource, lookAndFeel, owner, excelSchemaProvider Obsolete. Invokes the Excel Data Source Editor with the specified settings.
EditDataSource(ExcelDataSource, UserLookAndFeel, IWin32Window) static dataSource, lookAndFeel, owner Obsolete. Invokes the Excel Data Source Editor with the specified settings.
EditDataSource(ExcelDataSource, UserLookAndFeel) static dataSource, lookAndFeel Obsolete. Invokes the Excel Data Source Editor with the specified settings.
EditDataSource(ExcelDataSource) static dataSource Invokes the Excel Data Source Editor with the specified settings.
EditDataSource<TModel>(ExcelDataSource, EditDataSourceContext, Action<IWizardCustomization<TModel>>) static dataSource, context, customizeWizard Invokes the Excel Data Source Editor with the specified settings.