LoadingDecorator.OwnerLock Property
In This Article
Gets or sets the LoadingDecorator‘s owner lock mode. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public SplashScreenLock OwnerLock { get; set; }
#Property Value
Type | Description |
---|---|
Splash |
A Splash The default value is Splash |
Available values:
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 |
See Also