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