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

DXSplashScreen (legacy)

Note

You are viewing documentation for the legacy DXSplashScreen. We recommend that you use the Splash Screen Manager or the SplashScreenManagerService to add the splash screen functionality to your applications.

DXSplashScreen allows you to display a splash screen to inform users of the state of your application during the initial load. When adding DXSplashScreen to your project, a XAML file containing the default splash screen is generated. You can fully customize this XAML file to create a custom splash screen according to your requirements.

DXSplashScreen_WPF

For simple scenarios, you can specify DXSplashScreen to be opened automatically on window loading and automatically closed when window initialization is completed. It is also possible to manually control the DXSplashScreen display. See the following topics to learn more.