DataConnectionCollection Class
A collection of DataConnection objects.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
public class DataConnectionCollection :
List<DataConnection>
Public Class DataConnectionCollection
Inherits List(Of DataConnection)
Related API Members
The following members accept/return DataConnectionCollection objects:
Remarks
Use the DashboardDesigner.CustomDataConnections property to access the collection of custom data connections displayed in the Create Data Source wizard.
Inheritance
See Also
Feedback