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

SplashScreenState Enum

Lists values that specify the current state of the splash screen window.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.1.dll

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

Declaration

public enum SplashScreenState

Members

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.

Related API Members

The following properties accept/return SplashScreenState values:

Library Related API Members
Cross-Platform Class Library ISplashScreenManagerService.State
WPF Controls SplashScreenManager.State
SplashScreenManagerService.State

Remarks

Values listed by this enumeration are used to set the value of the SplashScreenManager.State property.

See Also