Back to Devexpress

SplashScreenManager Class

wpf-devexpress-dot-xpf-dot-core-f1b72d6c.md

latest2.6 KB
Original Source

SplashScreenManager Class

Allows you to display splash screens.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public sealed class SplashScreenManager
vb
Public NotInheritable Class SplashScreenManager

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:

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

SplashScreenManager Members

DevExpress.Xpf.Core Namespace