Skip to main content
All docs
V23.2

SplashScreenManager.CreateThemed(DXSplashScreenViewModel, Boolean) Method

Creates a splash screen with the color scheme based on the application theme.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static SplashScreenManager CreateThemed(
    DXSplashScreenViewModel viewModel = null,
    bool topmost = false
)

Optional Parameters

Name Type Default Description
viewModel DXSplashScreenViewModel null

A view model that specifies options for the splash screen.

topmost Boolean False

true, to display the splash screen over other applications.

Returns

Type Description
SplashScreenManager

A DevExpress.Xpf.Core.SplashScreenManager object that represents the created splash screen.

Remarks

Use the Show method to display the splash screen.

See Also