Skip to main content
All docs
V25.1
  • SplashScreenManager.ActiveSplashScreens Property

    Returns the list of active splash screens.

    Namespace: DevExpress.Xpf.Core

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static IEnumerable<SplashScreenManager> ActiveSplashScreens { get; }

    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