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.v21.2.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