Skip to main content
A newer version of this page is available. .

ISplashScreenService.IsSplashScreenActive Property

Gets whether the splash screen is currently shown.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

bool IsSplashScreenActive { get; }

Property Value

Type Description
Boolean

true, if the splash screen is currently shown; otherwise, false.

See Also