Skip to main content

DashboardDesigner.CustomDataConnections Property

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

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

[Browsable(false)]
public DataConnectionCollection CustomDataConnections { get; }

Property Value

Type Description
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.

DataSourceWizard_NewOrExistingConnection

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

See Also