DashboardsModule.HideDirectDataSourceConnections Property
Specifies if the Data Source Wizard allows setting direct Database connections.
Namespace: DevExpress.ExpressApp.Dashboards
Assembly: DevExpress.ExpressApp.Dashboards.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Dashboards
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | false, if the Data Source Wizard allows setting direct Database connections; otherwise, true. |
Remarks
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
In the ASP.NET Core Blazor application, if the HideDirectDataSourceConnections property is set to true, the “Create data source…” link is hidden from the Add Data Source dialog.
In the ASP.NET Web Forms application, if the HideDirectDataSourceConnections property is set to true, the “Create data source…” link is hidden from the Add Data Source dialog.