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

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.v19.1.dll

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