Skip to main content

DashboardDataSourceWizardSettings.ShowConnectionsFromAppConfig Property

Gets or sets whether end-users can select connections from the application configuration file.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

[DefaultValue(false)]
public bool ShowConnectionsFromAppConfig { get; set; }

Property Value

Type Default Description
Boolean false

true, to allow end-users to select connections from the application configuration file; otherwise, the application configuration file..

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowConnectionsFromAppConfig
DashboardDesigner
.DataSourceWizardSettings .ShowConnectionsFromAppConfig

Remarks

If the ShowConnectionsFromAppConfig property is set to false, the following Data Source wizard page will be skipped.

DataSourceWizard_NewOrExistingConnection

See Also