Back to Devexpress

DataSourceWizardSettings.UseMergedConnectionTypePage Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-datasourcewizardsettings-d31ca1c9.md

latest3.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.DataAccess

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:

LibraryObject TypePath to UseMergedConnectionTypePage
Cross-Platform Class LibraryChooseConnectionPage<TModel>

.DataSourceWizardSettings .UseMergedConnectionTypePage

| | ConnectionPropertiesPage<TModel> |

.DataSourceWizardSettings .UseMergedConnectionTypePage

| | WPF Controls | ReportDesignerBase |

.DataSourceWizardSettings .UseMergedConnectionTypePage

| | .NET Reporting Tools | XRDesignMdiController |

.DataSourceWizardSettings .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

DataSourceWizardSettings Class

DataSourceWizardSettings Members

DevExpress.DataAccess.UI.Wizard Namespace