Back to Devexpress

SpreadsheetDataSourceWizardOptions.UseMergedConnectionTypePage Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetdatasourcewizardoptions-e2698553.md

latest2.5 KB
Original Source

SpreadsheetDataSourceWizardOptions.UseMergedConnectionTypePage Property

Specifies whether to use the merged wizard page that displays a flat list of all supported data sources and data providers.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
[DefaultValue(true)]
public bool UseMergedConnectionTypePage { get; set; }
vb
<DefaultValue(True)>
Public Property UseMergedConnectionTypePage As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to use a unified page that displays data sources and providers; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UseMergedConnectionTypePage
SpreadsheetControlOptions

.DataSourceWizard .UseMergedConnectionTypePage

|

Remarks

When UseMergedConnectionTypePage is true, pages that used to select the data source type and database provider are replaced with a single page that displays a flat list of all supported data sources:

In this case, the next wizard page contains connection settings specific to the selected data connection type:

Set UseMergedConnectionTypePage to false to return to the previous wizard design.

See Also

SpreadsheetDataSourceWizardOptions Class

SpreadsheetDataSourceWizardOptions Members

DevExpress.XtraSpreadsheet Namespace