SplashScreenManagerService.State Property
Specifies the state of the splash screen window. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
SplashScreenState | A DevExpress.Mvvm.SplashScreenState enumeration value. |
Available values:
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. |
See Also