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

SplashScreenManager.SplashScreenWindow Property

Provides access to the splash screen window.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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