Skip to main content

DataConnectionBase.IsConnected Property

Specifies whether the connection to a database is currently active.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

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

Property Value

Type Description
Boolean

true if the data connection is currently active; otherwise false.

See Also