SplashScreenManager.ActiveSplashScreens Property
In This Article
Returns the list of active splash screens.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public static IEnumerable<SplashScreenManager> ActiveSplashScreens { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Splash |
A list of DevExpress. |
#Remarks
The CloseAll method allows you to close all active splash screens.
See Also