corelibraries-devexpress-dot-mvvm-e9a58a17.md
Lists values that specify the current state of the splash screen window.
Namespace : DevExpress.Mvvm
Assembly : DevExpress.Mvvm.v25.2.dll
NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation
public enum SplashScreenState
Public Enum SplashScreenState
| 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.
|
The following properties accept/return SplashScreenState values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | ISplashScreenManagerService.State |
| WPF Controls | SplashScreenManager.State |
| SplashScreenManagerService.State |
Values listed by this enumeration are used to set the value of the SplashScreenManager.State property.
See Also