DashboardViewer.AsyncMode Property
Gets or sets whether DashboardViewer operates in asynchronous mode.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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