Back to Devexpress

LoadingDecorator.OwnerLock Property

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

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public SplashScreenLock OwnerLock { get; set; }
vb
Public Property OwnerLock As SplashScreenLock

Property Value

TypeDescription
SplashScreenLock

A SplashScreenLock enumeration value.

The default value is SplashScreenLock.Full.

|

Available values:

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.

|

See Also

LoadingDecorator Class

LoadingDecorator Members

DevExpress.Xpf.Core Namespace