Back to Devexpress

DashboardViewer.AsyncMode Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-97e2f65a.md

latest1.6 KB
Original Source

DashboardViewer.AsyncMode Property

Gets or sets whether DashboardViewer operates in asynchronous mode.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public bool AsyncMode { get; set; }
vb
Public Property AsyncMode As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

AsyncMode

See Also

Asynchronous Mode

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace