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

DashboardExcelDataSource.LockUIOnDataLoading Property

Gets or sets whether the user interface stays responsive while data is being loaded to the data source.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.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.

See Also