DashboardExcelDataSource.LockUIOnDataLoading Property
Gets or sets whether the user interface is locked when the data source loads data.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to lock the user interface while data is being loaded to the data source; otherwise, false. |
Remarks
Note
In asynchronous mode this property has no effect because the data source loads data asynchronously, and the UI thread is not locked.
See Also