Skip to main content
All docs
V21.1

SplashScreenManager.CloseAll() Method

Closes all active splash screens.

Namespace: DevExpress.Xpf.Core

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

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