Skip to main content

SplashScreenManager.ActiveSplashScreens Property

Returns the list of active splash screens.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: 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