Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SplashScreenManager.CreateWaitIndicator(DXSplashScreenViewModel, Boolean) Method

Creates a compact spinner-style splash screen.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: 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

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