Back to Devexpress

DashboardViewer.EnableWaitForm Property

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-c1bb629b.md

latest1.7 KB
Original Source

DashboardViewer.EnableWaitForm Property

Gets or sets whether the DashboardViewer 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 DashboardViewer 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

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace