DXSplashScreen.Stop(SplashType) Method
Closes a specified splash form: a Splash Screen, a Wait Form or a Splash Image.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v25.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| splashType | SplashType | A SplashType enumeration value. |
Remarks
Call the Stop method and pass a SplashType to close the required splash form.
| Value passed | Splash form closed | Example |
|---|---|---|
| SplashScreen | A Splash Screen. | ![]() |
| WaitForm | A Wait Form. | ![]() |
| Image | A Splash Image | ![]() |
Use the StopOverlayForm(IOverlaySplashScreenHandle) method to close an Overlay Form. The Stop method cannot close an Overlay Form.
Implements
See Also


