Skip to main content

DXSplashScreen(Type, DefaultOverlayFormOptions) Constructor

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

Namespace: DevExpress.ExpressApp.Win.Utils

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

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

public DXSplashScreen(
    Type xtraSplashFormType,
    DefaultOverlayFormOptions overlayFormOptions
)

Parameters

Name Type Description
xtraSplashFormType Type

A Splash Screen type that is a SplashFormBase descendant.

overlayFormOptions DefaultOverlayFormOptions

Overlay Form options.

See Also