Skip to main content

SplashScreenLock Enum

Lists the LoadingDecorator‘s owner lock modes.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public enum SplashScreenLock

Members

Name Description
None

Nothing is blocked.

ownermode-none

InputOnly

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

ownermode-inputonly

Full

Blocks the entire window.

ownermode-full

LoadingContent

Blocks only the LoadingDecorator’s content.

ownermode-loading-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