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

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.v18.2.Win.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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.

ProgressPanel

See Also