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

IDashboardControl.AsyncMode Property

Gets or sets whether DashboardViewer/DashboardDesigner operates in asynchronous mode.

Namespace: DevExpress.DashboardWin

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

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

Declaration

bool AsyncMode { get; set; }

Property Value

Type Description
Boolean

true, to use asynchronous mode; otherwise, false.

See Also