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

ISplashScreenManagerService.State Property

Specifies the current state of the splash screen.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

SplashScreenState State { get; }

Property Value

Type Description
SplashScreenState

A DevExpress.Mvvm.SplashScreenState enumeration value.

Available values:

Name Description
Showing

The splash screen is about to be shown (the Show method is called).

Shown

The splash screen is shown (the Loaded event fired).

Closing

The splash screen is about to be closed (the Closing event fired).

Closed

The splash screen is closed.

See Also