Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V20.2
  • 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