LoadingDecorator.OwnerLock Property
Gets or sets the LoadingDecorator‘s owner lock mode. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| SplashScreenLock | A SplashScreenLock enumeration value. The default value is SplashScreenLock.Full. |
Available values:
| 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.
|
See Also



