Skip to main content
All docs
V25.1
  • SplashScreenState Enum

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

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v25.1.dll

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

    #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