Skip to main content

ISplashScreenService.IsSplashScreenActive Property

Gets whether the splash screen is currently shown.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

bool IsSplashScreenActive { get; }

Property Value

Type Description
Boolean

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

See Also