Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

DashboardsModule.HideDirectDataSourceConnections Property

Specifies if the Data Source Wizard allows setting direct Database connections.

Namespace: DevExpress.ExpressApp.Dashboards

Assembly: DevExpress.ExpressApp.Dashboards.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Dashboards

Declaration

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

Property Value

Type Default Description
Boolean **false**

false, if the Data Source Wizard allows setting direct Database connections; otherwise, true.

Remarks

In the ASP.NET application, if the HideDirectDataSourceConnections property is set to true, the “Create data source…” link is hidden from the Add Data Source dialog.

WDD-include-selected-data-source-to-the-dashboard

In a WinForms application, if the HideDirectDataSourceConnections property is set to true, only the following Data Source Types are available in the Data Source Wizard:

  • Microsoft Excel workbook / CSV file
  • Data Extract
  • XAF Object DataSource
See Also