Back to Devexpress

DashboardDesignerDataSourceWizardSettings.ShowConnectionsFromAppConfig Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesignerdatasourcewizardsettings.md

latest2.2 KB
Original Source

DashboardDesignerDataSourceWizardSettings.ShowConnectionsFromAppConfig Property

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(false)]
public bool ShowConnectionsFromAppConfig { get; set; }
vb
<DefaultValue(False)>
Public Property ShowConnectionsFromAppConfig As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to ShowConnectionsFromAppConfig
DashboardDesigner

.DataSourceWizard .ShowConnectionsFromAppConfig

|

Remarks

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

See Also

CustomDataConnections

DashboardDesignerDataSourceWizardSettings Class

DashboardDesignerDataSourceWizardSettings Members

DevExpress.DashboardWin Namespace