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
#Members
Name | Description |
---|---|
None
|
Nothing is blocked. |
Input
|
Blocks the entire window’s input. The window’s title bar stays active, and you can move the window. |
Full
|
Blocks the entire window. |
Loading
|
Blocks only the Loading |
#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.