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

DashboardViewer.AsyncMode Property

Switches to asynchronous mode.

Namespace: DevExpress.DashboardWin

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

Declaration

[DefaultValue(false)]
public bool AsyncMode { get; set; }

Property Value

Type Default Description
Boolean **false**

True, to use asynchronous mode; otherwise, false.

Remarks

Important

Do not switch modes before data loading is completed.

Asynchronous mode imposes certain restrictions on loading data from the object data source, accessing dashboard item data, and master filtering. Refer to the WinForms Dashboard Asynchronous Mode document for more information.

See Also