Skip to main content
All docs
V25.1
  • CompatibilitySettings.UseThemedWaitIndicatorInSplashScreen Property

    Specifies whether to revert to the Wait Indicator control that uses the theme resources.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Data.Desktop.v25.1.dll

    NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

    Declaration

    public static bool UseThemedWaitIndicatorInSplashScreen { get; set; }

    Property Value

    Type Description
    Boolean

    true, to revert to the Wait Indicator control that uses the theme resources; otherwise, false. The default value is false.

    Remarks

    In v20.2 and earlier, SplashScreenManager and SplashScreenManagerService used the WaitIndicator control for the WaitIndicator predefined splash screen. The WaitIndicator control uses theme resources. This negatively impacts the splash screen’s startup performance.

    In v21.1 and newer, the WaitIndicator predefined splash screen uses its own styles and templates, which provide the same look and feel as before. The new WaitIndicator is not compatible with WaitIndicator control customizations. Use the ThemeDesigner to customize the new WaitIndicator.

    See Also