Skip to main content
A newer version of this page is available. .

DashboardDesigner.CustomDataConnections Property

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CustomDataConnections property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also