Back to Devexpress

SplashScreenLock Enum

wpf-devexpress-dot-xpf-dot-core-aa377bb9.md

latest1.6 KB
Original Source

SplashScreenLock Enum

Lists the LoadingDecorator‘s owner lock modes.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum SplashScreenLock
vb
Public Enum SplashScreenLock

Members

NameDescription
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.

|

The following properties accept/return SplashScreenLock values:

Remarks

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

See Also

DevExpress.Xpf.Core Namespace