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.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
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.
Implements
See Also