DashboardDesignerDataSourceWizardSettings.ShowConnectionsFromAppConfig Property
Gets or sets whether end-users can select connections from the application configuration file.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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 |
|
Remarks
If the ShowConnectionsFromAppConfig property is set to false, the following Data Source wizard page will be skipped.
See Also