Skip to main content

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

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

Property Value

Type Default Description
Boolean true

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.

ProgressPanel

Implements

See Also