Skip to main content
A newer version of this page is available. .
All docs
V20.2

SplashScreenManager.CreateWaitIndicator(DXSplashScreenViewModel, Boolean) Method

Creates a compact spinner-style splash screen.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public static SplashScreenManager CreateWaitIndicator(
    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

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