Skip to main content
A newer version of this page is available. .

DataSourceWizardSettings.SqlWizardSettings Property

Specifies the settings to customize the SQL Data Source Wizard.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.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
WinForms Controls SnapControlOptions
.DataSourceWizardOptions .SqlWizardSettings
WPF Controls ReportDesigner
.DataSourceWizardSettings .SqlWizardSettings
ReportDesignerBase
.DataSourceWizardSettings .SqlWizardSettings
Reporting XRDesignMdiController
.DataSourceWizardSettings .SqlWizardSettings
Dashboard DashboardDesigner
.DataSourceWizard .SqlWizardSettings
See Also