Skip to main content
A newer version of this page is available. .

SplashScreenLock Enum

Lists the LoadingDecorator‘s owner lock modes.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.1.dll

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