Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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