Back to Devexpress

SplashScreenState Enum

corelibraries-devexpress-dot-mvvm-e9a58a17.md

latest1.7 KB
Original Source

SplashScreenState Enum

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

Declaration

csharp
public enum SplashScreenState
vb
Public Enum SplashScreenState

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibraryISplashScreenManagerService.State
WPF ControlsSplashScreenManager.State
SplashScreenManagerService.State

Remarks

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

See Also

DevExpress.Mvvm Namespace