DashboardViewer.EnableWaitForm Property
In This Article
Gets or sets whether the DashboardViewer displays a Wait Form when a time-consuming operation is performed.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.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 Dashboard |
#Remarks
The Wait Form contains an animated image (obtained from the current skin) and the text related to the operation being performed.
#Implements
See Also