Skip to main content

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.State Property

Indicates the current state of the splash screen window.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public SplashScreenState State { get; }

#Property Value

Type Description
SplashScreenState

A DevExpress.Mvvm.SplashScreenState enumeration value.

Available values:

Name Description
Showing

The splash screen is about to be shown (the Show method is called).

Shown

The splash screen is shown (the Loaded event fired).

Closing

The splash screen is about to be closed (the Closing event fired).

Closed

The splash screen is closed.

See Also