DashboardEFDataSource.IsConnected Property
Gets whether the connection to a data source is established.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[Browsable(false)]
public bool IsConnected { get; }
<Browsable(False)>
Public ReadOnly Property IsConnected As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if the connection to a data source is established; otherwise, false. |
Implements
See Also
Feedback