SplashScreenManager.ActiveSplashScreens Property
Returns the list of active splash screens.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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