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

SplashScreenManager.ActiveSplashScreens Property

Returns the list of active splash screens.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public static IEnumerable<SplashScreenManager> ActiveSplashScreens { get; }

Property Value

Type Description
IEnumerable<SplashScreenManager>

A list of DevExpress.Xpf.Core.SplashScreenManager objects.

Remarks

The CloseAll method allows you to close all active splash screens.

See Also