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.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
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 |
|
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.
See Also