Skip to main content
All docs
V20.1

SplashScreenManager.CreateFluent(DXSplashScreenViewModel) Method

Creates a splash screen with acrylic background.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public static SplashScreenManager CreateFluent(
    DXSplashScreenViewModel viewModel = null
)

Optional Parameters

Name Type Default Description
viewModel DXSplashScreenViewModel *null*

A view model that specifies options for the splash screen.

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