Back to Devexpress

SplashScreenManager.ActiveSplashScreens Property

wpf-devexpress-dot-xpf-dot-core-dot-splashscreenmanager-be9aa44e.md

latest1.4 KB
Original Source

SplashScreenManager.ActiveSplashScreens Property

Returns the list of active splash screens.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static IEnumerable<SplashScreenManager> ActiveSplashScreens { get; }
vb
Public Shared ReadOnly Property ActiveSplashScreens As IEnumerable(Of SplashScreenManager)

Property Value

TypeDescription
IEnumerable<SplashScreenManager>

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

|

Remarks

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

See Also

SplashScreenManager Class

SplashScreenManager Members

DevExpress.Xpf.Core Namespace