Skip to main content

DashboardViewer.AsyncMode Property

Gets or sets whether DashboardViewer operates in asynchronous mode.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

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.

Implements

See Also