Skip to main content
A newer version of this page is available. .

SplashScreenWindow Class

Serves as a base class for splash screens used by the SplashScreenManager.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public class SplashScreenWindow :
    Window

Remarks

Use the SplashScreenManager.Create method to create a custom splash screen. Refer to the How to: Create a Custom Splash Screen tutorial for more information.

See Also