Skip to main content
A newer version of this page is available. .

DashboardDesignerDataSourceWizardSettings.ShowConnectionsFromAppConfig Property

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

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
.DataSourceWizard.ShowConnectionsFromAppConfig

Remarks

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

DataSourceWizard_NewOrExistingConnection

See Also