Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

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