Skip to main content
.NET 8.0+

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(Type, Image, Type, DefaultOverlayFormOptions) Constructor

In This Article

Initializes a new DXSplashScreen class instance that shows the specified Splash Screen, a Splash Image, a Wait Form, and an Overlay Form.

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v24.2.dll

#Declaration

public DXSplashScreen(
    Type xtraSplashFormType,
    Image splashImage,
    Type waitFormType,
    DefaultOverlayFormOptions overlayFormOptions
)

#Parameters

Name Type Description
xtraSplashFormType Type

A Splash Screen type that is a SplashFormBase descendant.

splashImage Image

A raster image used as a Splash Image. PNG files are preferable.

waitFormType Type

A Wait Form type that is a SplashFormBase descendant.

overlayFormOptions DefaultOverlayFormOptions

Overlay Form options.

See Also