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

SplashScreen Class

A form, designed to be opened at startup of your main form. Splash Screens are managed by the SplashScreenManager component.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

public class SplashScreen :
    SplashFormBase

Remarks

To create a Splash Screen, use the SplashScreenManager component. Once a Splash Screen is generated, you can modify it according to your requirements.

For information on creating and displaying Splash Screens, see Splash Screen Manager Overview and Splash Screen topics.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SplashScreen 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
SplashFormBase
SplashScreen
See Also