wpf-devexpress-dot-xpf-dot-core-f1b72d6c.md
Allows you to display splash screens.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public sealed class SplashScreenManager
Public NotInheritable Class SplashScreenManager
The following members return SplashScreenManager objects:
Use the SplashScreenManager to add splash screens to your applications. Splash screens can be displayed during a time-consuming task such as application startup.
The following methods create a splash screen with a predefined style:
Refer to the Splash Screen Manager topic for more information and examples.
Use the SplashScreenManagerService to add the SplashScreenManager functionality to MVVM-compliant applications.
Object SplashScreenManager
See Also