Back to Devexpress

DashboardDesigner.EnableWaitForm Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-a3593f92.md

latest1.7 KB
Original Source

DashboardDesigner.EnableWaitForm Property

Gets or sets whether the DashboardDesigner displays a Wait Form when a time-consuming operation is performed.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
[DefaultValue(true)]
public bool EnableWaitForm { get; set; }
vb
<DefaultValue(True)>
Public Property EnableWaitForm As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if the DashboardDesigner displays a Wait Form when a time-consuming operation is performed; otherwise, false.

|

Remarks

The Wait Form contains an animated image (obtained from the current skin) and the text related to the operation being performed.

Implements

EnableWaitForm

See Also

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace