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

SplashScreenLock Enum

Lists the LoadingDecorator‘s owner lock modes.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public enum SplashScreenLock

#Members

Name Description
None

Nothing is blocked.

InputOnly

Blocks the entire window’s input. The window’s title bar stays active, and you can move the window.

Full

Blocks the entire window.

LoadingContent

Blocks only the LoadingDecorator’s content.

#Related API Members

The following properties accept/return SplashScreenLock values:

#Remarks

Use the LoadingDecorator.OwnerLock property to specify the current LoadingDecorator’s owner lock mode.

See Also