Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXSplashScreen Constructors

Uses the WinForms Splash Screen Manager and enables a Splash Screen, a Wait Form, a Splash Image, and an Overlay Form in XAF Win applications.
Name Parameters Description
DXSplashScreen() none Initializes a new DXSplashScreen class instance that shows the default splash form.
DXSplashScreen(SvgImage, Type, DefaultOverlayFormOptions) splashSvgImage, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Image, Wait Form, and Overlay Form.
DXSplashScreen(SvgImage) splashSvgImage Initializes a new DXSplashScreen class instance that shows a Splash Image.
DXSplashScreen(Image, Type, DefaultOverlayFormOptions) splashImage, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified a Splash Image, a Wait Form, and an Overlay Form.
DXSplashScreen(Image) splashImage Initializes a new DXSplashScreen class instance that shows the specified a Splash Image.
DXSplashScreen(String) embeddedResourceImageName For internal use.
DXSplashScreen(Type, DefaultOverlayFormOptions) xtraSplashFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Screen and an Overlay Form.
DXSplashScreen(Type, SvgImage, Type, DefaultOverlayFormOptions) xtraSplashFormType, splashSvgImage, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Screen, a Splash Image, a Wait Form, and an Overlay Form.
DXSplashScreen(Type, Image, Type, DefaultOverlayFormOptions) xtraSplashFormType, splashImage, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Screen, a Splash Image, a Wait Form, and an Overlay Form.
DXSplashScreen(Type, Type, DefaultOverlayFormOptions) xtraSplashFormType, waitFormType, overlayFormOptions Initializes a new DXSplashScreen class instance that shows the specified Splash Screen, Wait Form, and Overlay Form.
DXSplashScreen(Type, Type) xtraSplashFormType, waitFormType Initializes a new DXSplashScreen class instance that shows the specified Splash Screen and Wait Form.
DXSplashScreen(Type) xtraSplashFormType Initializes a new DXSplashScreen class instance that shows the specified Splash Screen.
See Also