Back to Devexpress

SpreadsheetControlOptions.DataSourceWizard Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontroloptions-89f3ba1b.md

latest3.5 KB
Original Source

SpreadsheetControlOptions.DataSourceWizard Property

Provides access to the customization options of the Data Source Wizard.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
public SpreadsheetDataSourceWizardOptions DataSourceWizard { get; }
vb
Public ReadOnly Property DataSourceWizard As SpreadsheetDataSourceWizardOptions

Property Value

TypeDescription
SpreadsheetDataSourceWizardOptions

A SpreadsheetDataSourceWizardOptions object containing options which affect the layout and behavior of the Data Source Wizard and Query Builder.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DataSourceWizard
SpreadsheetControl

.Options .DataSourceWizard

|

Remarks

Use the DataSourceWizard property to get access to the SpreadsheetDataSourceWizardOptions object. Use the object’s properties to restrict the number of available data source types displayed on the "Select the data source type" page of the Data Source Wizard (SpreadsheetDataSourceWizardOptions.DataSourceTypes), allow end-users to edit SQL text directly in the Data Source Wizard and Query Designer (SpreadsheetDataSourceWizardOptions.EnableCustomSql and SpreadsheetDataSourceWizardOptions.QueryBuilderLight), disable the capability to create new connections in the Data Source Wizard (SpreadsheetDataSourceWizardOptions.DisableNewConnections), and save user credentials automatically (SpreadsheetDataSourceWizardOptions.AlwaysSaveCredentials).

See Also

SpreadsheetControlOptions Class

SpreadsheetControlOptions Members

DevExpress.XtraSpreadsheet Namespace