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

DataConnectionCollection Class

A collection of DataConnection objects.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class DataConnectionCollection :
    List<DataConnection>

Remarks

Use the DashboardDesigner.CustomDataConnections property to access the collection of custom data connections displayed in the Create Data Source wizard.

Inheritance

Object
List<DataConnection>
DataConnectionCollection
See Also