Skip to main content

DashboardEFDataSource.IsConnected Property

Gets whether the connection to a data source is established.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

[Browsable(false)]
public bool IsConnected { get; }

Property Value

Type Description
Boolean

true, if the connection to a data source is established; otherwise, false.

Implements

See Also