Skip to main content

ConnectionErrorEventArgs.Cancel Property

Gets or sets whether the operation performed on the processed event should be canceled.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public bool Cancel { get; set; }

Property Value

Type Description
Boolean

true, to cancel the operation performed on the event; otherwise, false.

See Also