Skip to main content

SpreadsheetDataSourceWizardOptions.DisableNewConnections Property

Gets or sets whether an option for the user to create a new connection by specifying connection parameters is shown.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

[DefaultValue(false)]
public bool DisableNewConnections { get; set; }

Property Value

Type Default Description
Boolean false

True, to choose from existing connections only; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to DisableNewConnections
SpreadsheetControlOptions
.DataSourceWizard .DisableNewConnections

Remarks

The Data Source Wizard page in the picture below only allows selecting an existing connection. This page is displayed if the DisableNewConnections property is true.

DataSourceWizard-SelectDataConnection

See Also