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

ExtractConnectionErrorEventArgs.Handled Property

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

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

See Also