Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public SplashScreenLock OwnerLock { get; set; }

Property Value

Type Description
SplashScreenLock

A SplashScreenLock enumeration value.

The default value is SplashScreenLock.Full.

Available values:

Name Description
None

Nothing is blocked.

ownermode-none

InputOnly

Blocks the entire window’s input. The window’s title bar stays active, and you can move the window.

ownermode-inputonly

Full

Blocks the entire window.

ownermode-full

LoadingContent

Blocks only the LoadingDecorator’s content.

ownermode-loading-content

See Also