Back to Devexpress

SplashScreenManager.State Property

wpf-devexpress-dot-xpf-dot-core-dot-splashscreenmanager-b5b10fcf.md

latest1.4 KB
Original Source

SplashScreenManager.State Property

Indicates the current state of the splash screen window.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public SplashScreenState State { get; }
vb
Public ReadOnly Property State As SplashScreenState

Property Value

TypeDescription
SplashScreenState

A DevExpress.Mvvm.SplashScreenState enumeration value.

|

Available values:

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.

|

See Also

SplashScreenManager Class

SplashScreenManager Members

DevExpress.Xpf.Core Namespace