DXSplashScreen(SvgImage, Type, DefaultOverlayFormOptions) Constructor
Initializes a new DXSplashScreen class instance that shows the specified Splash Image, Wait Form, and Overlay Form.
Namespace: DevExpress.ExpressApp.Win.Utils
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Parameters
Name | Type | Description |
---|---|---|
splashSvgImage | SvgImage | An SVG image used as a Splash Image. |
waitFormType | Type | A Wait Form type that is a SplashFormBase descendant. |
overlayFormOptions | DefaultOverlayFormOptions | Overlay Form options. |
See Also