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.ConfigureConnectionParameters Method

Name Parameters Description
ConfigureConnectionParameters(SqlDataSource, ConfigureConnectionContext) static sqlDataSource, context Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.
ConfigureConnectionParameters(SqlDataSource, IWizardRunnerContext, IConnectionStorageService) static sqlDataSource, context, connectionStorageService Obsolete. Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.
ConfigureConnectionParameters(SqlDataSource, UserLookAndFeel, IWin32Window, IConnectionStorageService) static sqlDataSource, lookAndFeel, owner, connectionStorageService Obsolete. Invokes the Connection Editor to edit the parameters used to establish a connection to a database.
ConfigureConnectionParameters(SqlDataSource, UserLookAndFeel, IWin32Window) static sqlDataSource, lookAndFeel, owner Obsolete. Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.
ConfigureConnectionParameters(SqlDataSource, UserLookAndFeel) static sqlDataSource, lookAndFeel Obsolete. Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.
ConfigureConnectionParameters(SqlDataSource) static sqlDataSource Invokes the Connection Editor to edit the parameters used to establish a connection to a database.
ConfigureConnectionParameters<TModel>(SqlDataSource, ConfigureConnectionContext, Action<IWizardCustomization<TModel>>) static sqlDataSource, context, customizeWizard Invokes the Connection Editor to edit the parameters used to establish a connection to a data base.
ConfigureConnectionParameters<TModel>(SqlDataSource, IWizardRunnerContext, IConnectionStorageService, Action<IWizardCustomization<TModel>>) static sqlDataSource, context, connectionStorageService, callback Obsolete. Use an appropriate overload of the SqlDataSourceUIHelper.ConfigureConnection method instead.