Skip to main content
.NET 6.0+

DXSplashScreen(Type, Type) Constructor

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

Namespace: DevExpress.ExpressApp.Win.Utils

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public DXSplashScreen(
    Type xtraSplashFormType,
    Type waitFormType
)

Parameters

Name Type Description
xtraSplashFormType Type

A Splash Screen type that is a SplashFormBase descendant.

waitFormType Type

A Wait Form type that is a SplashFormBase descendant.

See Also