Skip to main content
A newer version of this page is available.
All docs
V20.1

SplashScreenManager.CloseAll() Method

Closes all active splash screens.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public static void CloseAll()

Remarks

Tip

The CloseAll method closes active splash screens for all instances of the SplashScreenManager class.

The ActiveSplashScreens property returns the list of active splash screens.

See Also