DashboardDesigner.CustomDataConnections Property
In This Article
Gets the list of custom data connections displayed in the Create Data Source wizard.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
[Browsable(false)]
public DataConnectionCollection CustomDataConnections { get; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#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