Skip to main content
All docs
V25.1
  • SplashScreenManager Class

    Allows you to display splash screens.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public sealed class SplashScreenManager

    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:

    Refer to the Splash Screen Manager topic for more information and examples.

    Use the SplashScreenManagerService to add the SplashScreenManager functionality to MVVM-compliant applications.

    Inheritance

    Object
    SplashScreenManager
    See Also