Skip to main content
A newer version of this page is available. .

DashboardSqlDataSource.LockUIOnDataLoading Property

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

Namespace: DevExpress.DashboardCommon

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

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