Back to Devexpress

SqlWizardSettings.DisableNewConnections Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-sqlwizardsettings-4dd73920.md

latest2.3 KB
Original Source

SqlWizardSettings.DisableNewConnections Property

Gets or sets whether end-users can create new connections in the Data Source wizard.

Namespace : DevExpress.DataAccess.UI.Wizard

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[DefaultValue(false)]
public bool DisableNewConnections { get; set; }
vb
<DefaultValue(False)>
Public Property DisableNewConnections As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to disable the capability to create new connections in the Data Source wizard; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to DisableNewConnections
WinForms ControlsDataSourceWizardSettings

.SqlWizardSettings .DisableNewConnections

| | Dashboard | DashboardDesignerDataSourceWizardSettings |

.SqlWizardSettings .DisableNewConnections

| | .NET Reporting Tools | XRDesignMdiController |

.SqlWizardSettings .DisableNewConnections

|

See Also

SqlWizardSettings Class

SqlWizardSettings Members

DevExpress.DataAccess.UI.Wizard Namespace