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

DataSourceWizardSettings.SqlWizardSettings Property

Specifies the settings to customize the SQL Data Source Wizard.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public SqlWizardSettings SqlWizardSettings { get; set; }

#Property Value

Type Description
SqlWizardSettings

A SqlWizardSettings object.

#Property Paths

You can access this nested property as listed below:

Library Object Type Path to SqlWizardSettings
Cross-Platform Class Library ChooseConnectionPage<TModel>
.DataSourceWizardSettings .SqlWizardSettings
ConnectionPropertiesPage<TModel>
.DataSourceWizardSettings .SqlWizardSettings
WPF Controls ReportDesignerBase
.DataSourceWizardSettings .SqlWizardSettings
.NET Reporting Tools XRDesignMdiController
.DataSourceWizardSettings .SqlWizardSettings
See Also