Back to Devexpress

DashboardDesigner.CustomDataConnections Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-559b9bd5.md

latest2.2 KB
Original Source

DashboardDesigner.CustomDataConnections Property

Gets the list of custom data connections displayed in the Create Data Source wizard.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[Browsable(false)]
public DataConnectionCollection CustomDataConnections { get; }
vb
<Browsable(False)>
Public ReadOnly Property CustomDataConnections As DataConnectionCollection

Property Value

TypeDescription
DataConnectionCollection

A DataConnectionCollection object containing custom data connections displayed in the Create Data Source wizard.

|

Remarks

The CustomDataConnections property provides the capability to add custom data connections to a list of predefined connections at runtime.

To add a new connection, create a DataConnection object, specify its connection parameters and add this object to the CustomDataConnections collection.

See Also

DisableNewConnections

ShowConnectionsFromAppConfig

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace