Back to Devexpress

CompatibilitySettings.UseThemedWaitIndicatorInSplashScreen Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-04e20e0b.md

latest2.4 KB
Original Source

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.2.dll

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

Declaration

csharp
public static bool UseThemedWaitIndicatorInSplashScreen { get; set; }
vb
Public Shared Property UseThemedWaitIndicatorInSplashScreen As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace