Skip to main content

ConnectionErrorEventArgs.Handled Property

Gets or sets whether default actions are required to connect to a data store.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true, if no default actions are required to connect to a data store; otherwise, false.

See Also