Skip to main content

DashboardExcelDataSource.LockUIOnDataLoading Property

Gets or sets whether the user interface is locked when the data source loads data.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(true)]
public static bool LockUIOnDataLoading { get; set; }

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