Skip to main content
A newer version of this page is available. .

IDashboardDataSource.IsConnected Property

Gets whether the connection to a data store is established.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

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

Property Value

Type Description
Boolean

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

See Also