Skip to main content
All docs
V25.1
  • SplashScreenManager.SplashScreenWindow Property

    Provides access to the splash screen window.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public Window SplashScreenWindow { get; }

    Property Value

    Type Description
    Window

    A System.Windows.Window object that represents the splash screen.

    See Also