SplashScreenManager Class
Allows you to display splash screens.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Related API Members
The following members return SplashScreenManager objects:
Remarks
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:
-
The color scheme for this splash screen is generated based on the application’s theme.
-
This splash screen uses an acrylic background from Fluent Design.
-
A compact loading indicator.
Refer to the Splash Screen Manager topic for more information and examples.
Use the SplashScreenManagerService to add the SplashScreenManager functionality to MVVM-compliant applications.