DashboardDesigner.CustomDataConnections Property
Gets the list of custom data connections displayed in the Create Data Source wizard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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.
To add a new connection, create a DataConnection object, specify its connection parameters and add this object to the CustomDataConnections collection.
See Also