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

WaitForm Class

A small form, designed to display the progress of a lengthy operation. The form’s display is managed by the SplashScreenManager component.

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public class WaitForm :
    SplashFormBase

Remarks

A WaitForm contains an animated image (obtained from the current skin) and two custom labels (caption and description) displayed one under another:

ProgressPanel

To create a Wait Form, drop a SplashScreenManager component onto your form, click the component’s tag and then click the Add Wait Form link in the SplashScreenManager Tasks window that will open:

SplashScreenManager-Tasks.png

This generates a WaitForm‘s descendant that you can modify at design time.

A Wait Form needs to be manually displayed, using the methods provided by the SplashScreenManager component.

See Wait Form to learn more.

The following code snippets (auto-collected from DevExpress Examples) contain references to the WaitForm class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Show 13 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
DevExpress.XtraEditors.DForm
DevExpress.Utils.Win.TopFormBase
DevExpress.Utils.Win.CustomTopForm
DevExpress.Utils.Win.StickLookAndFeelForm
See Also