DataSourceWizardSettings.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.DataAccess.UI.Wizard
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Use |
---|---|---|
Cross-Platform Class Library | Choose |
|
Connection |
|
|
WPF Controls | Report |
|
.NET Reporting Tools | XRDesign |
|
#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.