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

SqlDataSourceUIHelper.ConfigureConnection Method

Name Parameters Description
ConfigureConnection(SqlDataSource, ConfigureConnectionContext) static sqlDataSource, context Invokes the Connection Editor with the specified settings.
ConfigureConnection(SqlDataSource, IWizardRunnerContext, IConnectionStorageService) static sqlDataSource, wizardRunnerContext, connectionStorageService Obsolete. Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.
ConfigureConnection(SqlDataSource, UserLookAndFeel, IWin32Window, IConnectionStorageService) static sqlDataSource, lookAndFeel, owner, connectionStorageService Obsolete. Invokes the Connection Editor with the specified settings.
ConfigureConnection(SqlDataSource, UserLookAndFeel, IWin32Window) static sqlDataSource, lookAndFeel, owner Obsolete. Invokes the Connection Editor with the specified settings.
ConfigureConnection(SqlDataSource, UserLookAndFeel) static sqlDataSource, lookAndFeel Obsolete. Invokes the Connection Editor with the specified settings.
ConfigureConnection(SqlDataSource) static sqlDataSource Invokes the Connection Editor with the specified settings.
ConfigureConnection<TModel>(SqlDataSource, ConfigureConnectionContext, Action<IWizardCustomization<TModel>>) static sqlDataSource, context, customizeWizard Invokes the Connection Editor with the specified settings.
ConfigureConnection<TModel>(SqlDataSource, IWizardRunnerContext, IConnectionStorageService, Action<IWizardCustomization<TModel>>) static sqlDataSource, wizardRunnerContext, connectionStorageService, callback Obsolete. Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.